Am 19.02.2010 11:47, schrieb Michael Pearce:
> You must set socket_host to 0.0.0.0
> for example:
> cherrypy.config.update({'server.socket_host': '0.0.0.0'})
> or in config file
> Given that this is a Turbogears application, where would I put the above
> settingYour deployment config file: http://docs.turbogears.org/1.1/Configuration#cherrypy-configuration-reference BUT, see the note on the server.socket_host setting on the above page. Setting it to '0.0.0.0' doesn't work with systems which have both an IPv4 and IPv6 stack (e.g. newer Linux systems and OS X). >, and which cherrypy library would I need to include. None. It is already imported by your application's start script. Chris -- 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.

