Zope/Apache VS Proxy/Proxyreverse b0rx3d (Was: PLUG-discuss…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Alexander Henry
Date:  
Subject: Zope/Apache VS Proxy/Proxyreverse b0rx3d (Was: PLUG-discuss digest, Vol 1 #4278 - 16 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
>
>
>
>



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