Hello Zope'ers, I am trying to setup Zope with Apache in front just to play around. I set it up to use FastCGI and /tmp/zope.soc for the connection. Here is my apache config:
<VirtualHost 12.25.235.40:80> ServerAdmin davidu@everydns.net DocumentRoot /var/zope ServerName zope.everybox.com ErrorLog /var/log/apache/zope-error.log CustomLog /var/log/apache/zope-access.log combined <Location /> SetHandler fastcgi-script </Location> FastCgiIpcDir /tmp FastCgiExternalServer /var/zope \ -socket zope.soc \ -pass-header Authorization </VirtualHost>
When I go to http://zope.everybox.com/ I get the default Zope page I made. However when I go to http://zope.everybox.com/manage I don't get the manage screen...I do get it if I go to http://zope.everybox.com/*/manage How do I make it so that http://zope.everybox.com/ is the root-zope directory... Does that make sense? Thanks, David Ulevitch mailto:davidu@everydns.net Founder, EveryDNS.net http://www.everydns.net