Help with squid
From: Eicke (eick.jac_at_terra.com.br)
Date: 11/05/03
- Previous message: Eric Masson: "Re: Telecom Italia, ADSL SMART & FreeBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "FreeBSD_Net" <freebsd-net@freebsd.org> Date: Wed, 5 Nov 2003 14:08:12 -0200
Hi folks I configured a FreeBSD Squid24 Server and I receive the following error in my access.log
TCP_DENIED/403
I configure only one machine(192.168.5.9) to access the proxy server (ipfw fwd). I guess there is something wrong in my squid.conf, in acl definitions...below folowing a piece of my squid.conf:
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
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow 192.168.5.9
http_access deny all
icp_access allow all
Could you help me?
Regards.
Eicke.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Eric Masson: "Re: Telecom Italia, ADSL SMART & FreeBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|