[Seaside] Seaside 2.8 port override not overriding

Michael Gorsuch michael.gorsuch at gmail.com
Mon Jul 30 15:12:20 UTC 2007


On Mon, Jul 30, 2007 at 04:05:59PM +0100, John Thornborrow wrote:
> I've got an apache proxy for port 80 requests, to redirect to a seaside 
> application. I.E. http://www.host.com is proxied to 
> http://www.host.com:9090/seaside/app
> 
> Yet every link/action/redirect performed within the application, the 
> user agent is redirected to http://www.host.com:9090/ which of course 
> does not work..

Are you doing both a ProxyPass and a ProxyPassReverse via Apache?
You'll need to use both to make sure that things work right.

http://httpd.apache.org/docs/1.3/mod/mod_proxy.html#proxypassreverse

If you are, can you post your config?

Thanks, 

Michael Gorsuch
http://www.michaelgorsuch.org


More information about the Seaside mailing list