[Zope] Apache configuration

Matt Platte plattem at inetnebr.com
Thu Jan 13 12:01:16 EST 2005


On Thu, 2005-01-13 at 16:43 +0100, Bert_De_Ridder at peopleware.be wrote:
> 
> I'm using Apache as a frontend to zope/plone. 
> 
> Is it possible to configure Apache as follows :  
> 
> www.domain.ext  should all go to the filesystem (static html files)  
> except www.domain.ext/plone should be handled by mod_rewrite  
>   ( RewriteRule ^/(.*)
> http://localhost:7777/VirtualHostBase/http/www.domain.ext:80/VirtualHostRoot/$1 [L,P] ) 
> 

I use a setup like this:

RewriteRule ^/plone(.*)
Localhost:7777/VirtualHostBase/http/www.domain.ext:80/VirtualHostRoot/$1[L,P]
RewriteRule ^/(.*) /usr/local/www/static.html.location$1 [L]

--
-------^.^--
Matthew Platte
Lincoln Nebraska




More information about the Zope mailing list