[squid-users] parent cach not showing child cache requests in it's logs

From: Gregory Machin <squid@dont-contact.us>
Date: Fri, 19 Dec 2003 10:05:03 +0200

Hi all.

I have a number squid proxies on my network the one child proxy is set =
to use the primary proxy as perant, but the requests aren't being =
displayed in the logs.
This is my acl config for the child proxy. I have used both the ip and =
the FQNS of the parent proxy ..

 shutdown_lifetime 30 seconds

pid_filename /var/run/squid.pid
cache_access_log /cache/squid/logs/access.log
cache_log /cache/squid/logs/cache.log
cache_store_log none
emulate_httpd_log on
log_mime_hdrs off

http_port 192.168.10.250:8080

cache_peer ns2.ct-net.org parent 3128 3130 no-query default

acl local-ip dst 192.168.0.0/16
acl all src 0.0.0.0/0.0.0.0
always_direct allow local-ip
never_direct allow all
acl localhost src 127.0.0.1/32
acl localnet src 192.168.0.0/16

always_direct allow localnet

acl Safe_ports port 80 # http
acl Safe_ports port 20-21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1021-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl SSL_ports port 21 25 110 143 443 563 1080
acl CONNECT method CONNECT

http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow localnet
http_access deny all

request_timeout 45 seconds
pconn_timeout 240

Many thanks
Gregory Machin
072 5248 096
greg@linuxpro.co.za
greg@vukani.org

System Administrator for
 - Academy Internalional
 - Vukani Skills Lab

Systems Developer for
  sylque.com
  scsza.com
  linuxpro.co.za

Programming
  Mysql
  PHP
  Delphi
  Kylix
Received on Fri Dec 19 2003 - 01:08:48 MST

This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:17 MST