--- lib/PXElator/httpd.pm 2009/09/08 20:21:25 401 +++ lib/PXElator/httpd.pm 2009/09/08 20:24:31 402 @@ -85,6 +85,8 @@ return if ! -f $full; + return if $full =~ m{\.ico$}; + if ( my $pid = fork ) { # parent close($client);