5 Nov
2003
5 Nov
'03
5:53 p.m.
On Wed, 2003-11-05 at 10:06, Rajeev Sharma wrote:
Hi everybody,
I have configured virtual host monster , and my site is accessable with http://www.name.com:8080
but i want to access my site without giving the port number i.e http://www.name.com
You'll need to have Zope listen to port 80, the default port for http requests. You do this by adding -w 80 to your Zope start script. If something else (like apache) is already listening on port 80, you'll need to use it as a reverse proxy for Zope. How to do this is documented in numerous places. HTH, Dylan