[Seaside] Seaside 2.8 port override not overriding

John Thornborrow john at pinesoft.co.uk
Mon Jul 30 15:27:14 UTC 2007


Sure am..

ProxyRequests Off

<Location /seaside/files>
	ProxyPass http://127.0.0.1:9090/seaside/files/
	ProxyPassReverse http://127.0.0.1:9090/seaside/files/
</Location>

<Location /files>
	ProxyPass http://127.0.0.1:9090/seaside/files/
	ProxyPassReverse http://127.0.0.1:9090/seaside/files/
</Location>

<Location /tinymce>
	ProxyPass !
</Location>

<Location />
	ProxyPass http://127.0.0.1:9090/seaside/fv/
	ProxyPassReverse http://127.0.0.1:9090/seaside/fv/
</Location>

Michael Gorsuch wrote:
> 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
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> 
>  
> 


Pinesoft Computers are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA



This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com



More information about the Seaside mailing list