Displaying 1 result from an estimated 1 matches for "emilianousers".
2008 Aug 20
4
mod_proxy, mongrel, redirect issue
...ProxyPassReverse / balancer://mongrel/
ProxyPreserveHost On
When I point my browser to "https://emiliano" I get the login page
that I expect. When I submit the login form the authorization is
properly processed (I checked the access log). However, my browser is
then directed to https://emilianousers/home (note the missing "/"
between hostname and ''users'') which of course cannot be found. If I
manually insert the slash I am properly directed to the user home
page. I can click on links all day long and everything works, but
when I try to submit any form, the form is...