[Zope] VHM Problem
Dylan Reinhardt
zope at dylanreinhardt.com
Wed Nov 5 12:53:36 EST 2003
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
More information about the Zope
mailing list