Zope hinter Apache was läuft flasch?

Zed <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
Hallo,

ich will ein Zope 2.10.6 hinter Apache 2.2.9 laufen lassen.

Ich vorgegangen wie auf 
http://plone.org/documentation/tutorial/plone-apache beschrieben.

d.h. alle notwendigen Apache-Module sind installiert. Leider bekomme ich 
immer diese Meldung im Browser:

Forbidden
You don't have permission to access / on this server.

Meine VirtuelleHost-Konfiguration sieht so aus:

<VirtualHost *:80>
   ServerName www.mein-server.de
   ServerSignature On
   ServerAdmin [email protected]
	
   CustomLog /var/lib/zope2.10/instance/ms/log/apache/access.log combined
   ErrorLog /var/lib/zope2.10/instance/ms/log/apache/error.log
   LogLevel warn

   RewriteEngine On
   RewriteRule ^/(.*) 
http://127.0.0.1:8080/VirtualHostBase/http/www.mein-server.de:80/home/VirtualHostRoot/$1 
[L,P]
</VirtualHost>

(die RewriteRule steht natürlich in einer Zeile.)

In dieser Form habe ich es schon oft gemacht und es lief. Übersehe ich was?

Vielen Dank für Tipps.
Zed



_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.