How to manage root folder?
Hello, my Zope-Server is not reachable from outside. I use a Apache to rewrite the requests: RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/ www.centershock.net:80/centershock/VirtualHostRoot/$1 [L,P] When I access http://centershock.net/manage I can only manage the folder centershock. How can I access the root folder of the Zope Server? Thanks, Florian
On Tue, 2003-10-14 at 13:43, Florian Lindner wrote:
Hello, my Zope-Server is not reachable from outside. I use a Apache to rewrite the requests:
RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/ www.centershock.net:80/centershock/VirtualHostRoot/$1 [L,P]
When I access http://centershock.net/manage I can only manage the folder centershock. How can I access the root folder of the Zope Server?
www.centershock.net:8080/manage Or you could set up a vhost in Apache that provides root access. HTH, Dylan
Try using IP address instead of the domain. That works on mine: http://192.168.0.1/manage Rick Florian Lindner wrote:
Hello, my Zope-Server is not reachable from outside. I use a Apache to rewrite the requests:
RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/ www.centershock.net:80/centershock/VirtualHostRoot/$1 [L,P]
When I access http://centershock.net/manage I can only manage the folder centershock. How can I access the root folder of the Zope Server?
Thanks, Florian
_______________________________________________ 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 )
participants (3)
-
D. Rick Anderson -
Dylan Reinhardt -
Florian Lindner