On Wed, Jul 20, 2011 at 2:02 PM, Phil <phil...@gmail.com> wrote: > "host" => "my ip address",
sometimes flup (and other fastcgi launchers) bind only to the 127.0.0.1 IP. if you want to put the webserver and webapp on different machines, be sure to bind to all IPs (typically setting "0" as IP on the launcher). if both webserver and webapp are on the same machine, faster and safer is to use 127.0.0.1 (and even faster and safer is to use socket files) -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.