Forum

Redirect loop issue with hiawatha 9.10 in hiawatha-proxy

Mustafa Ramadhan
6 January 2015, 06:34
Hiawatha version: 9.10
Operating System: CentOS 6.6

I got 'redirect loop' issue for Wordpress Multisite if using hiawatha 9.10 in hiawatha-proxy. Sorry, not testing in hiawatha standalone and Wordpress non-Multisite.

Back to use hiawatha 9.9 and make it back to normal.
Hugo Leisink
6 January 2015, 08:57
Does this version solve your issue?
Mustafa Ramadhan
6 January 2015, 09:46
I will testing it.

The same issue for wordpress non-Multisite (aka Single-site)
Mustafa Ramadhan
6 January 2015, 10:08
Still the same issue for 9.10.1

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

- This problem can sometimes be caused by disabling or refusing to accept cookies.
Hugo Leisink
6 January 2015, 10:35
Can you give me more technical details? I have Wordpress running on my server and it worked fine via a reverse proxy. That makes it hard for me to find out what goes wrong in your situation. Can you tell me what the request and response is that your browser sends / receives? Perhaps via Fiddler [www.telerik.com]?
Mustafa Ramadhan
6 January 2015, 11:29
I know what the problems is:
...
UseToolkit = block_shellshock, redirect_xl1_mratwork_com, findindexfile
#ReverseProxy ^/.* http://127.0.0.1:30080/ 90 keep-alive
ReverseProxy !\.(pl|cgi|py|rb|shmtl) http://127.0.0.1:30080/ 90 keep-alive
...


I hope with above code hiawatha process urlToolkit before ReverseProxy. But it's make trouble in 9.10+. So, remove 'UseToolkit = block_shellshock, redirect_xl1_mratwork_com, findindexfile' fixed this issue.
This topic has been closed.