On 9/24/06, Gergely Major <[EMAIL PROTECTED]> wrote: > Hi, > > maybe I've misunderstood something, but is it possible to use the the > mod_proxy solution without opening a port on the server? > I don't need mod_python, I just wanted to use it because in that case port > opening isn't needed. >
You should be able to set "server.socket_host" to 127.0.0.1 in your dev/prod.cfg. That way the cherrypy server is bound specifically to the local loopback device and you shouldn't be able to access the server via a public ip address. Hope this helps. Lee -- Lee McFadden blog: http://www.splee.co.uk work: http://fireflisystems.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

