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 How to do it ? Thanks in advance Rajeev -- ---------------- "Linux drives you from creativity to innovation" ------------------------- ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ and FlexiMail: Messaging Solutions: http://netcore.co.in Pragatee: Integrated Server-Software Suite: http://www.pragatee.com Emergic Freedom: Server-centric Computing: http://www.emergic.com BlogStreet: Blog Profiles and RSS Ecosystem: http://blogstreet.com Deeshaa: Rural Development: http://www.deeshaa.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
On Wed, Nov 05, 2003 at 06:06:02PM +0000, Rajeev Sharma wrote:
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
How to do it ?
Assuming that you are not using Apache, per your prior note, then you probably want Zope to listen to port 80 rather than 8080. See the -w or -P command line options to the z2.py script in ZOPE_HOME. -- Fred Yankowski fred@ontosys.com tel: +1.630.879.1312 OntoSys, Inc PGP keyID: 7B449345 fax: +1.630.879.1370 www.ontosys.com 38W242 Deerpath Rd, Batavia, IL 60510-9461, USA
Fred Yankowski wrote:
On Wed, Nov 05, 2003 at 06:06:02PM +0000, Rajeev Sharma wrote:
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
How to do it ?
Assuming that you are not using Apache, per your prior note, then you probably want Zope to listen to port 80 rather than 8080. See the -w or -P command line options to the z2.py script in ZOPE_HOME.
bad idea, http://audible.transient.net/zope/#root -- Jamie Heilman http://audible.transient.net/~jamie/
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
participants (4)
-
Dylan Reinhardt -
Fred Yankowski -
Jamie Heilman -
Rajeev Sharma