On Sun, 2008-07-06 at 14:47 -0700, Jonathan Vanasco wrote: > > On Jul 6, 2:54 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > > 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.
That's what the X-Forwarded-For header is for. It must be checked in addition to Remote-Addr. Cliff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
