Many thanks to all who helped. The final solution was provided by someone from the Apache list. For the record, the problem was that the httpd process was not getting the new configuration information. I was relying on some commands from old documentation, httpd [stop | start | reload], which didn't work with this version of Apache (and I was not getting any error message). After Apache 1.3, one can use apachectl [stop | start | restart]. Another interesting issue, not referred to in the document below, is that if Apache is being used to serve another web site (with the same IP as yours) than you also have to create another VirtualHost configuration for that web site. This is important if you don't want to upset the other users :-). Regards, Fernando Dieter Maurer wrote:
Fernando Correia Martins wrote at 2003-6-3 20:55 +0200:
I've setup a virtual host in Apache and a VHM in Zope according to the instructions at
http://www.zope.org/Members/regebro/Zope_and_Apache .... It seems like the Apache VirtualHost is not being "activated" or the RewriteRule is being ignored??
Can you see a problem with my configuration or at least help me better identify the problem?
No.
Activate RewriteRule logging and see whether the log file contains hints to your problem.
Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )