11 Jun
2001
11 Jun
'01
6:26 p.m.
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