[Seaside] ProxyPass and the P Option

Richard Eng richard.eng at rogers.com
Mon Nov 5 14:40:54 UTC 2007


Yes, I'm on Apache2.

I just tried 'ProxyPreserveHost on'. It doesn't solve the problem--I *still*
need the ProxyPass directives.

Thanks, anyway.

Regards,
Richard

-------
> 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




More information about the seaside mailing list