[Seaside] Eliminating seaside/go from application URL?

Ramon Leon ramon.leon at allresnet.com
Mon Aug 21 18:33:04 UTC 2006


> If Seaside is sitting behind Apache, you can also use the 
> ProxyPass and ProxyPassReverse directives to have Apache map 
> whatever URL path you want into the Seaside application...
> 
>   ProxyPass / http://localhost:8888/seaside/applicationName/
>   ProxyPassReverse / http://localhost:8888/seaside/applicationName
> 
> As I recall, ProxyPassReverse isn't available by default on 
> Apache...you may have to add that.
> 
> - kurt

Alternatively, you can also use

ProxyPreserveHost On
RewriteRule ^/SomePath(.*)$ http://localhost:8888/seaside/SomePath/$1 [P,L]




More information about the Seaside mailing list