Re: Executing Squid ... but ...

From: Leo David <ldavid@dont-contact.us>
Date: Tue, 26 Nov 1996 04:12:40 -0800 (GMT+8)

On Mon, 25 Nov 1996, Serge A. Krashakov wrote:
> Your squid is misconfigured. It seems like you are using squid in accelerated
> mode and simultaneously having httpd at the same port 80.
>
> See carefully on your squid.conf or send it to me, please.
>
> Serge Krashakov

this is my squid.conf file:

http_port 80
icp_port 3130
#mcast_groups 239.128.16.128
#tcp_incoming_address 0.0.0.0
#tcp_outgoing_address 0.0.0.0
#udp_incoming_address 0.0.0.0
#udp_outgoing_address 0.0.0.0
#cache_host hostname type 3128 3130
#inside_firewall topsecret.com
local_domain ph.net
local_ip 165.220.0.0
#firewall_ip 172.16.0.0
single_parent_bypass on
source_ping off
neighbor_timeout 2
hierarchy_stoplist
cache_mem 16
cache_swap 100
cache_swap_low 75
cache_swap_high 90
cache_mem_low 75
cache_mem_high 90
cache_dir /usr/local/squid/cache
cache_access_log /usr/local/squid/logs/access.log
cache_log /usr/local/squid/logs/cache.log
cache_hierarchy_log /usr/local/squid/logs/hierarchy.log
cache_store_log /usr/local/squid/logs/store.log
emulate_httpd_log on
pid_filename /tmp/squid.pid
debug_options ALL,1
cache_ftp_program /usr/local/squid/bin/ftpget
#cache_ftp_options
#ftp_user squid@
cache_dns_program /usr/local/squid/bin/dnsserver
dns_children 5
http_stop /cgi-bin/
http_stop ?
gopher_stop ?
#gopher 4 4320
http 4 4320
#ftp 4 4320
#wais_relay localhost 8000 4
request_size 100
ttl_pattern ^http:// 1440 20% 43200
ttl_pattern ^ftp:// 10080 20% 43200
ttl_pattern/i \.gif$ 2880 50% 43200
ttl_pattern /cgi-bin/ 0 0% 43200
quick_abort on
negative_ttl 5
positive_dns_ttl 360
negative_dns_ttl 5
connect_timeout 120
read_timeout 15
client_lifetime 200
shutdown_lifetime 30
clean_rate -1
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl SSL_ports port 443 563
acl CONNECT method CONNECT
http_access deny manager !localhost
http_access deny CONNECT !SSL_ports
http_access allow all
icp_access allow all
#cache_mgr webmaster
#cache_effective_user nobody nogroup
#visible_hostname www-cache.foo.org
cache_announce 24
#announce_to sd.cache.nlanr.net:3131
httpd_accel ph.net 80
httpd_accel_with_proxy on
#cache_hot_vm_factor 0.0
#cache_hot_vm_factor 12.5
dns_testnames internic.net usc.edu cs.colorado.edu mit.edu yale.edu
logfile_rotate 10
append_domain .ph.net
err_html_text
udp_hit_obj on
memory_pools on
forwarded_for on
Received on Mon Nov 25 1996 - 12:14:20 MST

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