Squid

From: Soporte Tecnico - Comnet S.A. <soporte@dont-contact.us>
Date: Wed, 10 May 2000 18:23:59 -0300

Hi!

i'm setting a squid2.3stable2 in a slackware 7.0 with transparent proxy
support, but it doesn't seems to cache nothing.
i've ipchains set to redirect all the port80 requiremients to port 3128, but
ONLY if i define a proxy server in the Internet Explorer (for example) on
port80 , squid seems to work

why????

here is my simple configuration

http_port 3128
#Turn logging to it's lowest level
debug_options ALL,1

#defines a group (or Access Control List) that includes all IP
#addresses
acl all src 0.0.0.0/0.0.0.0

#Cache swap a utilizar
cache_swap_low 90
cache_swap_high 95

# Tamanho del Cache
cache_dir /usr/local/squid/cache 8192 16 128

#Logs
cache_access_log /usr/local/squid/logs/access.log
cache_swap_log

#Opciones del Cache
request_header_max_size 10 KB
reference_age 3 weeks

#allow all sites to use connect to us via HTTP
http_access allow all

#allow all sites to use us as a sibling
icp_access allow all

#test the following sites to check that we are connected
dns_testnames internic.net usc.edu cs.colorado.edu mit.edu yale.edu

#Correr como usuario 'squid'
cache_effective_user squid
cache_effective_group squid
#otherwise, you can uncomment the below line and comment the one out
# this will run as use "nobody" with the group "nogrtoup"
#cache_effective_user nobody nogroup
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

thanks a lot!
Received on Wed May 10 2000 - 15:27:33 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:27 MST