I do not know if this will be any help, but here are my notes on Squid Debian that I found on my wiki.

Squid

Also see Dansguardian

Access;

  Proxy access 192.168.15.202:3128 or 65.13.247.248:3128(?)
  Proxy access on Dana, 127.0.0.1:3128.

Commands:

  squid stop (?)
  squid start
  squid -k check

Configuration

/etc/squid/sarg.conf (Report logger)

  output_dir /srv/www/squid-reports  (line 143)
  #  www_document_root /var/www  (line 488)
  /etc/squid/squid.conf
  # NETWORK OPTIONS
  # OPTIONS WHICH AFFECT THE NEIGHBOR SELECTION ALGORITHM
  # OPTIONS WHICH AFFECT THE CACHE SIZE
  # LOGFILE PATHNAMES AND CACHE DIRECTORIES
  # OPTIONS FOR EXTERNAL SUPPORT PROGRAMS
  hosts_file /etc/hosts    (line 988, same as default)
  # OPTIONS FOR TUNING THE CACHE
  # TIMEOUTS
  # ACCESS CONTROLS
  acl Safe_ports port 10000 # Webmin   (line 1,825)
  # http_access deny to_localhost (line 1,866)  (Change to uncomment?)
  acl our_networks src 192.168.1.0/24  (line 1,874, need for other computers to access)
  http_access allow our_networks (line 1,875, need for other computers to access)
  http_access allow localhost   (line 1,876, was in original)
  # ADMINISTRATIVE PARAMETERS
  # visible_hostname david  (line 2,103)   (I use this at home when error of host)
  # OPTIONS FOR THE CACHE REGISTRATION SERVICE
  # HTTPD-ACCELERATOR OPTIONS
  # MISCELLANEOUS
  # DELAY POOL PARAMETERS
  coredump_dir /var/spool/squid   (line 3,167, was in original)

Reference:

  Install Transparent Proxy and Content filtering in Debian Etch
  Squid caching


-- 
Jerry Perkins
Home Page = http://www.jperkins.us/
In a world without walls and fences, who needs windows or gates?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "NLUG" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
-~----------~----~----~----~------~----~------~--~---



Reply via email to