[squid-users] 503 error

From: Jack <sa_jill@dont-contact.us>
Date: Mon, 28 Jan 2002 15:10:34 +0530

Hello All.
If i browse www.rediffmail.com through squid as transparent proxy with
iptables for port redirection, i am getting 503 error in access.log
While trying to retrieve the URL:
http://www.rediffmail.com/cgi-bin/login.cgi?

The following error was encountered:

  a.. Connection Failed
The system returned:

    (111) Connection refused
The remote host or network may be down. Please try the request again.

Your cache administrator is webmaster.

1012210687.300 65163 192.168.255.33 TCP_MISS/503 1001 GET
http://www.rediffmail.com/ - NONE/- -
1012210694.352 83303 192.168.255.33 TCP_MISS/503 1001 GET
http://www.rediffmail.com/ - NONE/- -
1012210697.083 95157 192.168.255.33 TCP_MISS/503 1035 POST
http://www.rediffmail.com/cgi-bin/login.cgi - NONE/- -

 My squid.conf
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 32 MB
cache_swap_low 80
cache_swap_high 95
cache_dir aufs /cache0 6000 14 256
cache_dir aufs /cache1 6000 14 256
cache_access_log /ext1/squidlogs/access.log
cache_store_log none
half_closed_clients off
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl virus_deny1 url_regex .*/winnt/system32/cmd.exe.*
acl virus_deny2 url_regex .*/MSADC/root.exe..c.dir$
acl virus_deny3 url_regex .*/scripts/root.exe..c.dir$
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny virus_deny1
http_access deny virus_deny2
http_access deny virus_deny3
http_access allow all
icp_access allow all
cache_effective_user caching
cache_effective_group caching
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
dns_testnames yahoo.com
logfile_rotate 5

Any worng in configuration or this error is outof squid?

Thanks
Jcak


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Received on Mon Jan 28 2002 - 02:31:57 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:58 MST