beskrivelse af Squid.conf
Hej...Ønsker en beskrivelse af de forskellige linjer i Squid.conf.
#!/bin/sh
http_port 3128
icp_port 0
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 128 MB
maximum_object_size 10 MB
cache_dir ufs /var/spool/squid 600 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
# BRUGER ADGANG
acl CONNECT method CONNECT
acl allowed_hosts src 172.17.0.0/16
http_access allow allowed_hosts
acl urlblock url_regex /etc/squid/urlblock
acl pathblock urlpath_regex /etc/squid/pathblock
http_access deny urlblock
http_access deny pathblock