[Zope] VirtualHost and Apache: VH not found, why?
Nicolas Évrard
nicoe@altern.org
Mon, 10 Mar 2003 08:42:01 +0100
* 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/open=
spirit.de/VirtualHostRoot/$1
>[P]
> </IfModule>
></VirtualHost>
>--------------------------------
Didn't you forget the NameVirtualHost directive ?
HTH
--
(°> Nicolas Évrard
/ ) Liège - Belgique
^^