Hi I've installed Zope on a Linux server and got it to work on port 8080. The problem is that to get to the Zope site the user has the type http://www.???.com:8080 when I really want them to type in just the url without the port. The installation uses Redhat Linux 6.1 and has the Apache Server running on Port 80 and ZServer running on port 8080. I need to keep Apache on the system to run other sites not using Zope. Does anyone know how to do this? Thanks in advance Chris
Read <zopedir>/doc/WEBSERVER.txt ----- Original Message ----- From: "Chris Best" <chris.best@bluesky-technologies.com> To: <zope@zope.org> Sent: Saturday, February 12, 2000 1:09 PM Subject: [Zope] ZServer Ports
Hi
I've installed Zope on a Linux server and got it to work on port 8080. The problem is that to get to the Zope site the user has the type http://www.???.com:8080 when I really want them to type in just the url without the port. The installation uses Redhat Linux 6.1 and has the Apache Server running on Port 80 and ZServer running on port 8080. I need to keep Apache on the system to run other sites not using Zope. Does anyone know how to do this?
Thanks in advance
Chris
_______________________________________________ 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 )
Chris, you ask a frequently-asked question. Since you want to keep your Apache on port 80, you will need to set-up zope to use fcgi (fastcgi) or pcgi. Zope can then appear as a folder on the Apache site, something like http://www.???.com/yourzopesite/... You can find instructions in your [zope]/doc/WEBSERVER.txt file. Other hints may be found by searching http://www.zope.org for terms like "fcgi" and "pcgi" and "port 80". -- Jim Washington If you give a man a fish, he will eat for one day. If you teach a man to fish, he will sit in a boat and drink beer for many days. Chris Best wrote:
Hi
I've installed Zope on a Linux server and got it to work on port 8080. The problem is that to get to the Zope site the user has the type http://www.???.com:8080 when I really want them to type in just the url without the port. The installation uses Redhat Linux 6.1 and has the Apache Server running on Port 80 and ZServer running on port 8080. I need to keep Apache on the system to run other sites not using Zope. Does anyone know how to do this?
Thanks in advance
Chris
The real nice way to do this is running Zserver behind Apache and using Apache mod_proxy (ProxyPass). The instructions are below. The basics of it are that instead of having the overhead of running a zope.cgi with every request you just pass the request from port :80 to port :8080 of the ZServer. Should be faster, more stable and it also allows you to run Apache on one machine and Zope on another (if that floats your boat). http://www.zope.org/Members/anser/apache_zserver JMA
Hi
I've installed Zope on a Linux server and got it to work on port 8080. The problem is that to get to the Zope site the user has the type http://www.???.com:8080 when I really want them to type in just the url without the port. The installation uses Redhat Linux 6.1 and has the Apache Server running on Port 80 and ZServer running on port 8080. I need to keep Apache on the system to run other sites not using Zope. Does anyone know how to do this?
Thanks in advance
Chris
_______________________________________________ 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 (4)
-
Chris Best -
Jatwoodï¼ bwanazulia.com -
Jim Washington -
Phil Harris