[Zope] Virtual Host Moster w/ Apache.
Keith J. Farmer
kfarmer@thuban.org
Fri, 15 Feb 2002 15:37:02 -0800
Right out of my config file:
<VirtualHost www.thuban.org>
TimeOut 300
ServerName www.thuban.org
DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs"
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteLog "C:/Program Files/Apache
Group/Apache/logs/rewrite_log"
RewriteLogLevel 1
RewriteRule ^/local/ - [L]
RewriteRule ^/icons/ - [L]
RewriteRule ^/~(.*) - [L]
RewriteRule ^/cgi-bin/ - [L]
RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/www.thuban.org/VHOSTS/thuban/
VirtualHostRoot/$1 [P]
</IfModule>
</VirtualHost>
----------
Keith J. Farmer
kfarmer@thuban.org
http://www.thuban.org