[GH-ISSUE #28] Redirect Loop #23

Closed
opened 2026-02-25 21:33:56 +03:00 by kerem · 1 comment
Owner

Originally created by @herrbischoff on GitHub (Feb 11, 2016).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/28

Issue

I have just installed the current master version according to the installation instructions. Whenever I try to access the generated (and symlinked) site folder, I get stuck a redirect loop. The symlink is not the problem, as copying the folder to the site root does not work either.

I have included an excerpt from the Apache access log below. The error log does not show anything.

Apache Access Log

[...]
84.46.xxx.xxx - - [11/Feb/2016:19:44:07 +0100] "GET /cypht/ HTTP/1.0" 303 354 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36"
84.46.xxx.xxx - - [11/Feb/2016:19:44:07 +0100] "GET /cypht/ HTTP/1.0" 303 354 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36"
84.46.xxx.xxx - - [11/Feb/2016:19:44:08 +0100] "GET /cypht/ HTTP/1.0" 303 354 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36"
84.46.xxx.xxx - - [11/Feb/2016:19:44:08 +0100] "GET /cypht/ HTTP/1.0" 303 354 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36"
[...]

Environment

nginx/1.8.1 (reverse proxy)
Apache/2.4.7 (application server)
PHP 5.5.9-1ubuntu4.14
Ubuntu 14.04.3 LTS

Originally created by @herrbischoff on GitHub (Feb 11, 2016). Original GitHub issue: https://github.com/cypht-org/cypht/issues/28 ## Issue I have just installed the current master version according to the installation instructions. Whenever I try to access the generated (and symlinked) site folder, I get stuck a redirect loop. The symlink is not the problem, as copying the folder to the site root does not work either. I have included an excerpt from the Apache access log below. The error log does not show anything. ## Apache Access Log ``` [...] 84.46.xxx.xxx - - [11/Feb/2016:19:44:07 +0100] "GET /cypht/ HTTP/1.0" 303 354 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36" 84.46.xxx.xxx - - [11/Feb/2016:19:44:07 +0100] "GET /cypht/ HTTP/1.0" 303 354 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36" 84.46.xxx.xxx - - [11/Feb/2016:19:44:08 +0100] "GET /cypht/ HTTP/1.0" 303 354 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36" 84.46.xxx.xxx - - [11/Feb/2016:19:44:08 +0100] "GET /cypht/ HTTP/1.0" 303 354 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36" [...] ``` ## Environment nginx/1.8.1 (reverse proxy) Apache/2.4.7 (application server) PHP 5.5.9-1ubuntu4.14 Ubuntu 14.04.3 LTS
kerem closed this issue 2026-02-25 21:33:56 +03:00
Author
Owner

@herrbischoff commented on GitHub (Feb 11, 2016):

Nevermind. I had to set disable_tls=true since nginx is handling the SSL. Duh.

<!-- gh-comment-id:183015316 --> @herrbischoff commented on GitHub (Feb 11, 2016): Nevermind. I had to set `disable_tls=true` since nginx is handling the SSL. Duh.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#23
No description provided.