I just installed zope on a debian testing (actually libranet) system (hostname guppy). This system is intended to be a dedicated server for an in-house application. I would like people to be able to access it with out specifying the port number. I changed the /etc/zopectl/zopectlrc file line from HTTP-Port: 9673 to HTTP-Port: 80 and restarted /etc/init.d/zope - but the zope welcome page was still only available from http://guppy:9673 Thanks in advance for any suggestions on addressing this. Thank you, George Perry Electro Scientific Industries 13900 NW Science Park Drive Portland, OR 97229-5497 (503) 671-5234
I just installed zope on a debian testing (actually libranet) system (hostname guppy). This system is intended to be a dedicated server for an in-house application. I would like people to be able to access it with out specifying the port number.
Bind zope to the loopback address, leave the port as it is, and configure apache to pass requests through to your zope instance using mod_rewrite and mod_proxy, as per the instructions in The Zope Book's chapter on virtual hosting. -- Jamie Heilman http://audible.transient.net/~jamie/ "...thats the metaphorical equivalent of flopping your wedding tackle into a lion's mouth and flicking his lovespuds with a wet towel, pure insanity..." -Rimmer
participants (2)
-
George Perry -
Jamie Heilman