There was no line for server.socket_host in the dev.cfg file, so I
created one. When I tried using
server.socket_host="0.0.0.0"
I got the following error:
2007-08-02 14:54:02,596 cherrypy.msg INFO HTTP: Port 8080 not bound on
'0.0.0.0'
Unhandled exception in thread started by <bound method Server._start
of <cherryp
y._cpserver.Server object at 0x01516510>>
Traceback (most recent call last):
File "c:\python25\lib\site-packages\cherrypy-2.2.1-py2.5.egg\cherrypy
\_cpserve
r.py", line 79, in _start
self.start_http_server()
File "c:\python25\lib\site-packages\cherrypy-2.2.1-py2.5.egg\cherrypy
\_cpserve
r.py", line 127, in start_http_server
self.wait_for_http_ready()
File "c:\python25\lib\site-packages\cherrypy-2.2.1-py2.5.egg\cherrypy
\_cpserve
r.py", line 162, in wait_for_http_ready
raise cherrypy.NotReady("Port not bound.")
cherrypy._cperror.NotReady: Port not bound.
But when I put in the server's IP address it worked!!!
Thanks so much!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---