im using endian 3.0.5 beta and proxy as transparent mode and i got this message error on messagelogs
Dec 19 01:45:42 Endian httpd: Argument "ASH(0x8173c9c)" isn't numeric in numeric lt (<) at /home/httpd/html/proxy.pac line 288.
the errored part of proxy.pac
foreach my $number (@parts) {
$number =~ s/\D//;
if (($number < 0) || ($number > 255)) {
return 0;
}
whats the solution of it? the proxy server working with slowing (i think its caused by ClamAV)