OT: Zope localhost:8080

Thomas Guettler zopestoller at thomas-guettler.de
Thu Dec 19 11:18:21 EST 2002


Sims schrieb:
> Hi all,
> 
> Zope is not really my forte and I was hopping for a bit of help.
> 
> By default Zope looks for the web site localhost:8080/manage but that is not
> the name of my website, how do I change this so I can use www.mywebsite.com
> as the web address instead of localhost:8080?
> 
> I am using IIS and Win2000.
> My current web site works fine, I just want to insert Zope.

If you are only using Zope and don't need IIS, you can
change the port from 8080 to 80 in z2.py. Then you can access it
like this: http://localhost/. If your DNS is working you can
access it with www.mywebsite.com.

If you need both, IIS and Zope look at:
http://www.zope.org/Members/volkerw/Zope%20behind%20IIS

HTH
  thomas






More information about the Python-list mailing list