AndrzejL

squid -k parse

Nov 4th, 2012
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. [root@icsserver squid]# squid -k parse
  2. 2012/11/05 01:23:42| Startup: Initializing Authentication Schemes ...
  3. 2012/11/05 01:23:42| Startup: Initialized Authentication Scheme 'basic'
  4. 2012/11/05 01:23:42| Startup: Initialized Authentication Scheme 'digest'
  5. 2012/11/05 01:23:42| Startup: Initialized Authentication Scheme 'negotiate'
  6. 2012/11/05 01:23:42| Startup: Initialized Authentication Scheme 'ntlm'
  7. 2012/11/05 01:23:42| Startup: Initialized Authentication.
  8. 2012/11/05 01:23:42| Processing Configuration File: /etc/squid/squid.conf (depth 0)
  9. 2012/11/05 01:23:42| Processing: http_port 3128 transparent
  10. 2012/11/05 01:23:42| Starting Authentication on port [::]:3128
  11. 2012/11/05 01:23:42| Disabling Authentication on port [::]:3128 (interception enabled)
  12. 2012/11/05 01:23:42| Disabling IPv6 on port [::]:3128 (interception enabled)
  13. 2012/11/05 01:23:42| Processing: http_port 3129
  14. 2012/11/05 01:23:42| Processing: hierarchy_stoplist cgi-bin ?
  15. 2012/11/05 01:23:42| Processing: acl QUERY urlpath_regex cgi-bin \?
  16. 2012/11/05 01:23:42| Processing: no_cache deny QUERY
  17. 2012/11/05 01:23:42| Processing: cache_mem 512 MB
  18. 2012/11/05 01:23:42| Processing: cache_dir ufs /var/Squid/Cache 1024 16 256
  19. 2012/11/05 01:23:42| Processing: cache_store_log /var/log/squid/store.log
  20. 2012/11/05 01:23:42| Processing: refresh_pattern . 0 80% 43200
  21. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.exe$ 14400 80% 43200
  22. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.css$ 14400 80% 43200
  23. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.gif$ 14400 80% 43200
  24. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.jpg$ 14400 80% 43200
  25. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.tiff?$ 14400 80% 43200
  26. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.bmp$ 14400 80% 43200
  27. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.jpe?g$ 14400 80% 43200
  28. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.xbm$ 14400 80% 43200
  29. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.png$ 14400 80% 43200
  30. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.wrl$ 14400 80% 43200
  31. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.ico$ 14400 80% 43200
  32. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.pnm$ 14400 80% 43200
  33. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.pbm$ 14400 80% 43200
  34. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.pgm$ 14400 80% 43200
  35. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.ppm$ 14400 80% 43200
  36. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.rgb$ 14400 80% 43200
  37. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.ppm$ 14400 80% 43200
  38. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.rgb$ 14400 80% 43200
  39. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.xpm$ 14400 80% 43200
  40. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.xwd$ 14400 80% 43200
  41. 2012/11/05 01:23:42| Processing: refresh_pattern -i \.pict?$ 14400 80% 43200
  42. 2012/11/05 01:23:42| Processing: half_closed_clients off
  43. 2012/11/05 01:23:42| Processing: shutdown_lifetime 5 seconds
  44. 2012/11/05 01:23:42| Processing: acl mynetwork src 192.168.0.0/24
  45. 2012/11/05 01:23:42| Processing: acl SSL_ports port 443 563
  46. 2012/11/05 01:23:42| Processing: acl Safe_ports port 80 # http
  47. 2012/11/05 01:23:42| Processing: acl Safe_ports port 21 # ftp
  48. 2012/11/05 01:23:42| Processing: acl Safe_ports port 443 563 # https, snews
  49. 2012/11/05 01:23:42| Processing: acl Safe_ports port 70 # gopher
  50. 2012/11/05 01:23:42| Processing: acl Safe_ports port 210 # wais
  51. 2012/11/05 01:23:42| Processing: acl Safe_ports port 1025-65535 # unregistered ports
  52. 2012/11/05 01:23:42| Processing: acl Safe_ports port 280 # http-mgmt
  53. 2012/11/05 01:23:42| Processing: acl Safe_ports port 488 # gss-http
  54. 2012/11/05 01:23:42| Processing: acl Safe_ports port 591 # filemaker
  55. 2012/11/05 01:23:42| Processing: acl Safe_ports port 777 # multiling http
  56. 2012/11/05 01:23:42| Processing: acl CONNECT method CONNECT
  57. 2012/11/05 01:23:42| Processing: http_access allow manager localhost
  58. 2012/11/05 01:23:42| Processing: http_access deny manager
  59. 2012/11/05 01:23:42| Processing: http_access deny !Safe_ports
  60. 2012/11/05 01:23:42| Processing: http_access deny CONNECT !SSL_ports
  61. 2012/11/05 01:23:42| Processing: http_access allow mynetwork
  62. 2012/11/05 01:23:42| Processing: http_access deny all
  63. 2012/11/05 01:23:42| Processing: icp_access allow all
  64. 2012/11/05 01:23:42| Processing: cache_mgr [email protected]
  65. 2012/11/05 01:23:42| Processing: forwarded_for off
  66. 2012/11/05 01:23:42| Processing: via off
  67. 2012/11/05 01:23:42| WARNING: HTTP requires the use of Via
  68. 2012/11/05 01:23:42| Initializing https proxy context
Advertisement
Add Comment
Please, Sign In to add comment