Nic James Ferrier <[EMAIL PROTECTED]> writes: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > >> Yah, weird. >> >> Is there any advantage of using a socket or tcp? > > A unix socket might be _marginally_ faster. > > But TCP avoids ownership issues of sockets which are a pain in the > butt.
I just found out that this: check-local => "disabled" needs to be in the lighttpd conf even if you're using TCP. eg: fastcgi.server = ( "/somut.fcgi" => ( "main" => ( "host" => "127.0.0.1", "port" => 9999, "check-local" => "disable" ) ) ) -- Nic Ferrier http://www.tapsellferrier.co.uk --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---