> > >I'm trying to make zope work through a virtual address on an Apache >1.3.27 server. Zope is installed and works fine when I go to >http://www.dev.mydomain.com:8080/ . But I can't proxy out apache! > >per http://www.zope.org/Members/anser/apache_zserver , the instructions >are: > > >ServerName zope.mydomain.com >ServerAdmin techsupport@mydomain.com > >ProxyPass / http://www.dev.mydomain.com:8080/ >ProxyPassReverse / http://www.dev.mydomain.com:8080/ > >ErrorDocument 404 "Zope Failed!!" > > > > >this is my actual syntax in my own virtual server. I restart Apache, go >to zope.mydomain.com , and I get only an apache test page, or if I type >in something other than root, I get the "Zope Failed!!" message. Adding >a DocumentRoot works fine, but of course I don't want a root, I want >that proxy pass. > >I'm pretty sure the correct modules are loading. Any troubleshooting >suggestions? > >--Alexander > > > > Dag gum.... I used the exact same procedure on a different box with a different IP.. the non-development box. Works like a charm! I'll just continue with my 'real work', but if anyone has any insight into why proxypass could fail, I'd love to know for the future! --Alexander