[Seaside] Seaside in an Apache virtual server

Ragnar Hojland Espinosa ragnar.hojland at linalco.com
Tue Aug 9 17:29:06 CEST 2005


On Tue, Aug 09, 2005 at 10:42:27AM -0300, Sebasti?n Sastre wrote:
> I'm sorry there was a mistake in my post... The configutarion I have
> actually is:
> 
> <VirtualHost xx.xx.xx.xx:*>
>    ServerAdmin webmaster at domainxxxxx.com
>    ServerName www.domainxxxxx.com
>    ProxyPass /applicationName http://localhost:3535/seaside/application
>    ProxyPassReverse /applicationName
> http://localhost:3535/seaside/application
>    DocumentRoot /var/www/html/domainxxxxx.com
>    ...
> </VirtualHost>
> 
> 	I've also tried shuting down the squeak runing the application
> and the message is the same: 404 (without the www.) and 403 (with www.)
> 
> 	I've also tested the same shuting down the firewall to ensure
> there is no problem with it.
> 
> 	I cant imagine what could be.
 
I bet this has to do with seaside (at least it used to) returning a
relative URI in Location: (an absolute path, tho) instead of an
absolute URI as the RFC says.

-- 
Ragnar Hojland - Project Manager
Linalco "Specialists in Linux and Free Software"
http://www.linalco.com  Tel: +34-91-4561700


More information about the Seaside mailing list