Hi! I wan't to run two webservers on the same machine one, zope/apache an one apache. Can I set it up with 2 ports eg. 8080 and 80 but how do I do it? Stian
On Mon, 11 Jun 2001, Stian Jenssen wrote:
I wan't to run two webservers on the same machine one, zope/apache an one apache. Can I set it up with 2 ports eg. 8080 and 80 but how do I do it?
Edit the z2.py file in your zope/ directory, look for HTTP_PORT and adjust that to your needs.
Stian Jenssen writes:
I wan't to run two webservers on the same machine one, zope/apache an one apache. Can I set it up with 2 ports eg. 8080 and 80 but how do I do it? You can control the ports used by parameters to "z2.py" (usually called in "start").
Be careful, as Zope usually does serve other ports beside the HTTP port 8080. If you have several Zope servers, you are likely to get "address already in use" for other ports (e.g. FTP, Monitor, maybe PCGI). There are options to prevent this. Dieter
participants (3)
-
Dieter Maurer -
Erik Enge -
Stian Jenssen