I am implementing a turbogears application and whilst I can access the application when testing on the server with http://localhost:8080<http://www.google.com/url?sa=D&q=http://localhost:8080&usg=AFQjCNHsHss3nnyrgmCId6zNdQLAufW68g>,
I'm unable to access it via the IP address (eg. http://10.136.21.32:8080<http://www.google.com/url?sa=D&q=http://10.136.21.32:8080&usg=AFQjCNHdU6_iP_1c5E1akPvGW36oCLRlkw>). Is there a configuration setting which has to be set to map the IP address. I initially posted this on the cherrypy-users group and was advised the following: 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 setting, and which cherrypy library would I need to include. Thanks, mpearce -- 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.

