PLUG-discuss digest, Vol 1 #4276 - 13 msgs

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Alexander Henry
Date:  
Subject: PLUG-discuss digest, Vol 1 #4276 - 13 msgs
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:

<VirtualHost zope.mydomain.com>
ServerName zope.mydomain.com
ServerAdmin

ProxyPass / http://www.dev.mydomain.com:8080/
ProxyPassReverse / http://www.dev.mydomain.com:8080/

ErrorDocument 404 "Zope Failed!!"
</VirtualHost>



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