[Zope] VirtualHostMonster

Ricardo Newbery newbery@dvgroup.com
Fri, 8 Jun 2001 18:25:35 -0700


I've read several different variations on how to set up an 
Apache/Zope virtual host and I'm still unsure about the advantages 
and disadvantages of each solution.  Setting up VirtualHostMonster 
and an Apache ProxyPass or RewriteRule appears to be the latest (and 
greatest?) method.  So what are the advantages and disadvantages of a 
ProxyPass vs. a RewriteRule?

ProxyPass / http://localhost:8080/VirtualHostBase/http/hostname:80/
   or
RewriteRule ^/(.*) 
http://localhost:8080/VirtualHostBase/http/hostname:80/$1 [P,L]


Ricardo Newbery
newbery@dvgroup.com