* Florian Konnertz [02:48 10/03/03 CET]:
Hello all!
Please help me with the following VirtualHost problem using of Zope behind Apache in the common way (Apache first (needed for other websites) zope behind it (should also drive several domains.))
Conf. details:
http://noowiki.homelinux.net points to my local IP.
Ports: - Apache is listening on Port 80 - Zope is listening on port 8080
--------------------------------
Apache:
/etc/apache/httpd.conf
Port 80 [...] <VirtualHost *> ServerName noowiki.homelinux.net ServerAlias noowiki.homelinux.net <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/noowiki.homelinux.net:80/openspir... [P] </IfModule> </VirtualHost> --------------------------------
Didn't you forget the NameVirtualHost directive ? HTH -- (°> Nicolas Évrard / ) Liège - Belgique ^^