> In any case, we can't put something as nonstandard as 127.0.0.2 in the
> default development.ini. A lot of users would look at that and think
> it was a mistake. And there may be some platform somewhere where it
> doesn't actually work.
FWIW, recent-ish Linux distributions have been putting entries similar
to this in /etc/hosts:
127.0.0.1 localhost
127.0.1.1 norval.mydomain.com norval
So gethostbyname("localhost") and gethostbyname(hostname()) return
different local addresses.
Cheers,
Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---