Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@icsserver squid]# squid -k parse
- 2012/11/05 01:23:42| Startup: Initializing Authentication Schemes ...
- 2012/11/05 01:23:42| Startup: Initialized Authentication Scheme 'basic'
- 2012/11/05 01:23:42| Startup: Initialized Authentication Scheme 'digest'
- 2012/11/05 01:23:42| Startup: Initialized Authentication Scheme 'negotiate'
- 2012/11/05 01:23:42| Startup: Initialized Authentication Scheme 'ntlm'
- 2012/11/05 01:23:42| Startup: Initialized Authentication.
- 2012/11/05 01:23:42| Processing Configuration File: /etc/squid/squid.conf (depth 0)
- 2012/11/05 01:23:42| Processing: http_port 3128 transparent
- 2012/11/05 01:23:42| Starting Authentication on port [::]:3128
- 2012/11/05 01:23:42| Disabling Authentication on port [::]:3128 (interception enabled)
- 2012/11/05 01:23:42| Disabling IPv6 on port [::]:3128 (interception enabled)
- 2012/11/05 01:23:42| Processing: http_port 3129
- 2012/11/05 01:23:42| Processing: hierarchy_stoplist cgi-bin ?
- 2012/11/05 01:23:42| Processing: acl QUERY urlpath_regex cgi-bin \?
- 2012/11/05 01:23:42| Processing: no_cache deny QUERY
- 2012/11/05 01:23:42| Processing: cache_mem 512 MB
- 2012/11/05 01:23:42| Processing: cache_dir ufs /var/Squid/Cache 1024 16 256
- 2012/11/05 01:23:42| Processing: cache_store_log /var/log/squid/store.log
- 2012/11/05 01:23:42| Processing: refresh_pattern . 0 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.exe$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.css$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.gif$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.jpg$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.tiff?$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.bmp$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.jpe?g$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.xbm$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.png$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.wrl$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.ico$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.pnm$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.pbm$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.pgm$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.ppm$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.rgb$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.ppm$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.rgb$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.xpm$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.xwd$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: refresh_pattern -i \.pict?$ 14400 80% 43200
- 2012/11/05 01:23:42| Processing: half_closed_clients off
- 2012/11/05 01:23:42| Processing: shutdown_lifetime 5 seconds
- 2012/11/05 01:23:42| Processing: acl mynetwork src 192.168.0.0/24
- 2012/11/05 01:23:42| Processing: acl SSL_ports port 443 563
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 80 # http
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 21 # ftp
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 443 563 # https, snews
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 70 # gopher
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 210 # wais
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 1025-65535 # unregistered ports
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 280 # http-mgmt
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 488 # gss-http
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 591 # filemaker
- 2012/11/05 01:23:42| Processing: acl Safe_ports port 777 # multiling http
- 2012/11/05 01:23:42| Processing: acl CONNECT method CONNECT
- 2012/11/05 01:23:42| Processing: http_access allow manager localhost
- 2012/11/05 01:23:42| Processing: http_access deny manager
- 2012/11/05 01:23:42| Processing: http_access deny !Safe_ports
- 2012/11/05 01:23:42| Processing: http_access deny CONNECT !SSL_ports
- 2012/11/05 01:23:42| Processing: http_access allow mynetwork
- 2012/11/05 01:23:42| Processing: http_access deny all
- 2012/11/05 01:23:42| Processing: icp_access allow all
- 2012/11/05 01:23:42| Processing: cache_mgr [email protected]
- 2012/11/05 01:23:42| Processing: forwarded_for off
- 2012/11/05 01:23:42| Processing: via off
- 2012/11/05 01:23:42| WARNING: HTTP requires the use of Via
- 2012/11/05 01:23:42| Initializing https proxy context
Advertisement
Add Comment
Please, Sign In to add comment