> > Hi all. I think a better solution is for devlopment.ini to listen > > only on localhost by default. I've opened a ticket for > > it:http://pylonshq.com/project/pylonshq/ticket/483 > > That's a great idea -- and should be implemented! > > However, just to play devil's advocate - if you're tossing pylons > behind nginx/lighty/etc, you're going to be serving everything to > localhost -- even remote requests.
On linux at least you can also setup an application to listen on 127.0.0.2 .. if this is the same for other platforms, you can set the development.ini to 127.0.0.2, production on 0.0.0.0 or 127.0.0.1 :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
