Guest User

Untitled

a guest
Sep 10th, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. http_port 3128
  2. icp_port 0
  3. hierarchy_stoplist cgi-bin ?
  4. acl QUERY urlpath_regex cgi-bin \?
  5. no_cache deny QUERY
  6. cache_mem 256 MB
  7. maximum_object_size 32768 KB
  8. maximum_object_size_in_memory 8092 KB
  9. cache_dir ufs /var/spool/squid 204800 64 256
  10. cache_access_log /var/log/squid/access.log
  11. cache_log /var/log/squid/cache.log
  12. cache_store_log /var/log/squid/store.log
  13. visible_hostname mail.my_domain.ru
  14. #tcp_outgoing_address 222.222.222.222
  15. #refresh_pattern ^ftp: 1440 20% 10080
  16. #refresh_pattern ^gopher: 1440 0% 1440
  17. #refresh_pattern . 0 20% 4320
  18. #redirect_program /usr/local/etc/squid/redirector.pl
  19. #redirect_children 10
  20.  
  21. acl all src 192.168.1.0/255.255.255.0
  22. http_access allow all
  23.  
  24. #httpd_accel_host virtual
  25. #httpd_accel_port 80
  26. #httpd_accel_uses_host_header on
  27.  
  28. coredump_dir /var/spool/squid/dump
  29. pid_filename /var/run/squid.pid
Advertisement
Add Comment
Please, Sign In to add comment