[Seaside] apache + seaside

Avi Bryant avi.bryant at gmail.com
Fri Nov 25 22:00:37 CET 2005


On Nov 25, 2005, at 11:30 AM, Ross Boylan wrote:

>
> By the way, Zope has a thing called a Virtual Host Monster that is an
> elegant solution to this problem.  You put something like this in
> Apache's configuration:
> RewriteRule ^/special/(.*)
> http://localhost:9674/VirtualHostBase/http/www.myhost.org:80/myapp/ 
> VirtualHostRoot/$1
> [L,P]
>
> Zope running on port 9674 interprets that to mean you want the object
> myapp/$1, and the generated URLS should appear to be from
> www.myhost.org:80.
>

That's a cool idea.  We should steal it.

Avi



More information about the Seaside mailing list