Apache virtual hosts and Zope on port 80...
I am attempting to install Zope on a remote server that I have root access to. The server is behind a firewall. Therefore I need the Zope content to be handled by Apache through port 80 in order for anyone to see it, including me. This apache has numerous virtual hosts set up, only ONE of which I need some Zope content for. Zope was installed from source at /usr/local/zope The various virtual hosts are at: /usr/local/apache/htdocs/hostone.com/ /usr/local/apache/htdocs/hostone.com/ I was planning on following the instructions at doc/WEBSERVER.txt for using Zope.cgi (pcgi), but the examples all said to then connect with http://hostone.com:8998/cgi-bin/Zope.cgi/manage I can't see if it is working due to the firewall and need it passed on port 80. Is there anyway to do this? I have not yet run the "z2.py -p" due to this question. Thanks in advance for any replies. Darren Addy Web Specialist Information Technology Services University of Nebraska at Kearney
Hi Darren, You might find the free chapter 10 from our book helpful for this: http://www.zopeonarope.com/ch8-10available We don't use pcgi anymore... but rather ProxyPass or RewriteRule in apache. It's all explained in chapter 10. good luck! -steve On Saturday, March 2, 2002, at 04:56 PM, addyd@unk.edu wrote:
I am attempting to install Zope on a remote server that I have root access to. The server is behind a firewall. Therefore I need the Zope content to be handled by Apache through port 80 in order for anyone to see it, including me. This apache has numerous virtual hosts set up, only ONE of which I need some Zope content for.
Zope was installed from source at /usr/local/zope The various virtual hosts are at: /usr/local/apache/htdocs/hostone.com/ /usr/local/apache/htdocs/hostone.com/
I was planning on following the instructions at doc/WEBSERVER.txt for using Zope.cgi (pcgi), but the examples all said to then connect with http://hostone.com:8998/cgi-bin/Zope.cgi/manage
I can't see if it is working due to the firewall and need it passed on port 80. Is there anyway to do this?
I have not yet run the "z2.py -p" due to this question. Thanks in advance for any replies.
Darren Addy Web Specialist Information Technology Services University of Nebraska at Kearney
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
addyd@unk.edu -
Steve Spicklemire