You are not logged in Log in Join
You are here: Home » Members » Chui Tey » If you are not runnning Zope on a network, you can save about 17 seconds restarting Zope by changing one line of code. » tip_view

Log in
Name

Password

 

Created by ZopeOrgSite . Last modified 2000-11-21 01:00:49.

In the file: C:\Program Files\WebSite\ZServer\medusa\http_server.py on line 551, replace with:
   try:
       #self.server_name = socket.gethostbyaddr (ip)[0]
       self.server_name = socket.gethostname()
   except: