Squid.conf forklaring
Hejsa er der nogen Linux experter som kan/gider og forklare alle disse linier i Squid.conf, så jeg som Linux nybegynder kan forstå dem?http_port 8080
cache_peer 10.225.0.1 parent 8080 0 default no-query
cache_mem 32 MB
cache_dir ufs /var/spool/squid 100 16 256
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl LAN src 10.225.0.0/255.255.0.0
acl all src 0.0.0.0/0.0.0.0
acl wl url_regex -i linux
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 1024-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 lan src 10.225.0.0/255.255.0.0
acl lan2 src 192.168.1.0/255.255.255.0
http_access allow manager localhost
http_access allow Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny wl
http_access allow localhost
http_access allow lan
http_access allow lan2
never_direct allow all
http_access allow LAN
http_access allow Safe_ports
visible_hostname fw.e325grp3.datamek.dk
http_access deny all
cache_effective_user squid
cache_effective_group squid
icp_access allow all
På forhånd tak for hjælpen...
