Chris Robertson wrote:
eXtremer wrote:
Here is my config:
#Recommended minimum configuration:
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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563 444
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
#-------------Conectiuni maxime per IP-------------
acl maxcon maxconn 2
#--------------Reteaua 145------------------
acl 145a src "/etc/squid/allow/145a.allow" acl 145b src
"/etc/squid/allow/145b.allow"
acl 145c src 192.168.41.200/32
#-----------------------Restrictions-----------------------
#---Restrictie ptr conectiuni maxime----
http_access deny maxcon all
The "all" here should be the first acl referenced on the line or it will
prevent your deny_info message from being shown.
e.g. "http_access deny all maxcon"
deny_info ERR_MAXCON maxcon
That sounds a lot like a bug.
Amos