EFW Support

Support => EFW SMTP, HTTP, SIP, FTP Proxy Support => Topic started by: tekno on Tuesday 22 December 2015, 09:36:49 pm



Title: Transparent Proxy Pac error
Post by: tekno on Tuesday 22 December 2015, 09:36:49 pm
im using endian 3.0.5 beta and proxy as transparent mode and i got this message error on messagelogs
Code:
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
Quote
  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)