[Seaside] ProxyPass and the P Option

Lukas Renggli renggli at gmail.com
Mon Nov 5 14:55:51 UTC 2007


> The question is, why is this happening? Why isn't the P option working?

Seaside is missing information to produce valid absolute URLs. Either you set

    ProxyPreserveHost On

if you are on Apache 2 or you set 'Server Host' (probably also 'Server
Protocol', 'Server Port' and 'Server Path') in the application
configuration. In your case ProxyPassReverse fixes the paths for
redirects, but not the URLs in the generated HTML.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list