Author: Luigi Gangitano Description: Default configuration file for debian --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1206,11 +1206,11 @@ # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing # should be allowed -acl localnet src 10.0.0.0/8 # RFC1918 possible internal network -acl localnet src 172.16.0.0/12 # RFC1918 possible internal network -acl localnet src 192.168.0.0/16 # RFC1918 possible internal network -acl localnet src fc00::/7 # RFC 4193 local private network range -acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines +#acl localnet src 10.0.0.0/8 # RFC1918 possible internal network +#acl localnet src 172.16.0.0/12 # RFC1918 possible internal network +#acl localnet src 192.168.0.0/16 # RFC1918 possible internal network +#acl localnet src fc00::/7 # RFC 4193 local private network range +#acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines acl SSL_ports port 443 acl Safe_ports port 80 # http @@ -1459,7 +1459,7 @@ # Example rule allowing access from your local networks. # Adapt localnet in the ACL section to list your (internal) IP networks # from where browsing should be allowed -http_access allow localnet +#http_access allow localnet http_access allow localhost # And finally deny all other access to this proxy @@ -4533,7 +4533,7 @@ NAME: logfile_rotate TYPE: int -DEFAULT: 10 +DEFAULT: 0 LOC: Config.Log.rotateNumber DOC_START Specifies the number of logfile rotations to make when you @@ -4552,6 +4552,9 @@ Note, from Squid-3.1 this option is only a default for cache.log, that log can be rotated separately by using debug_options. + + Note2, for Debian/Linux the default of logfile_rotate is + zero, since it includes external logfile-rotation methods. DOC_END NAME: mime_table @@ -8896,8 +8899,8 @@ WARNING: This option will restrict the situations under which IPv6 - connectivity is used (and tested). Hiding network problems - which would otherwise be detected and warned about. + connectivity is used (and tested), potentially hiding network + problems which would otherwise be detected and warned about. DOC_END NAME: ipcache_size