--- lib/PXElator/httpd.pm 2009/08/30 10:38:13 362 +++ lib/PXElator/httpd.pm 2009/08/30 11:20:18 363 @@ -388,6 +388,8 @@ print "url $url\n"; + syslogd::install_local; + while (1) { my $client = $server->accept() || next; # ALARM trickle us my $request = <$client>;