[Zope] I tried Evan's example with VHM - but it isn't working
Gitte Wange
gitte@mmmanager.org
Mon, 11 Jun 2001 09:59:39 +0200
Hello,
Yes it's me with the Virtual Host Monster :-)
Now I have tried the example that Evan throw at me - but if you take a look
at www.mmmanager.org you can see that it isn't working. I did as follows:
1) Went to my apache conf and added the following:
NameVirtualHost 212.242.53.118
<VirtualHost 212.242.53.118>
ServerName www.mmmanager.org
ServerAdmin webmaster@mmmanager.org
DocumentRoot /home/httpd/html
ErrorLog logs/www.mmmanager.org_error_log
CustomLog logs/www.mmmanager.org_access_log common
RewriteEngine On
RewriteLog "logs/www.mmmanager.org_rewrite_log
RewriteLogLevel 1
RewriteRule /zopefuncs - [L]
RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/www.mmmanager.org:80/mmmanager.org/VirtualHostRoot/$1
[P,L]
(The above 2 lines are 1 line in my config file).
</VirtualHost>
I went to my ZMI and added a VHM in the root folder.
I restarted apache.
And now - nothing happens ...
The page should only show something like "Test" or something ...
Gitte