Search squid archive

AdZap: WARNING: Cannot run '/usr/local/bin/squid_redirect' process.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I'm running Squid 2.5.STABLE12 on OpenBSD -current (i.e. post 3.8) in
transparent mode as described at http://www.benzedrine.cx/transquid.html

It works fine - both as transparent proxy and also if I enter the IP and
port explicitly as the proxy server in the Firefox browser settings.

However when I add 1 line to the /etc/squid/squid.conf:

    redirect_program /usr/local/bin/squid_redirect
or
    redirect_program /usr/local/bin/wrapzap

(both scripts are from http://adzapper.sourceforge.net/ - they are there,
they are executable, the shebang lines are ok and they are in Unix text format).

then I can't telnet to port 8080 anymore, "netstat -an" shows that no processes
are listening at that port and in the /var/squid/logs/cache.log I see:

2005/11/26 16:48:48| Starting Squid Cache version 2.5.STABLE12 for
i386-unknown-openbsd3.8...
2005/11/26 16:48:48| Process ID 18166
2005/11/26 16:48:48| With 1024 file descriptors available
2005/11/26 16:48:48| Performing DNS Tests...
2005/11/26 16:48:48| Successful DNS name lookup tests...
2005/11/26 16:48:48| DNS Socket created at 0.0.0.0, port 7382, FD 4
2005/11/26 16:48:48| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2005/11/26 16:48:48| Adding nameserver 192.168.1.1 from /etc/resolv.conf
2005/11/26 16:48:48| helperOpenServers: Starting 5 'squid_redirect' processes
2005/11/26 16:48:53| WARNING: Cannot run
'/usr/local/bin/squid_redirect' process.

But I don't see what is the reason for that failure. How could I debug
it please?

I looked from the source code of AdZap's squid_redirect, but didn't
see there any files being created (re some permission problems).

Squid on OpenBSD runs as _squid:_squid:

gate:bin {274} ps uawwwx | grep -i squid
_squid   22565  9.2  1.5  4124  5932 ??  S      5:09PM    0:00.19
(squid) -D (squid)
root     31118  0.0  0.1   900   576 ??  Ss     5:09PM    0:00.01 squid -D
_squid    7633  0.0  0.1   152   320 ??  Ss     5:09PM    0:00.07
(unlinkd) (unlinkd)

But the dir and file permissions in /var/squid seem to be fine...

I've also run "sudo squid -NX -d 5 | & tee ~/log.txt" and compared
the outputs with and without redirect_program-line. The latter one stops at:

...
2005/11/26 17:11:18| fd_open FD 0 stdin
2005/11/26 17:11:18| fd_open FD 1 stdout
2005/11/26 17:11:18| fd_open FD 2 stderr
2005/11/26 17:11:18| leave_suid: PID 28801 called
2005/11/26 17:11:18| leave_suid: PID 28801 giving up root, becoming '_squid'
2005/11/26 17:11:18| Starting Squid Cache version 2.5.STABLE12 for
i386-unknown-openbsd3.8...
2005/11/26 17:11:18| Process ID 28801
2005/11/26 17:11:18| With 1024 file descriptors available
2005/11/26 17:11:18| Performing DNS Tests...
2005/11/26 17:11:18| Successful DNS name lookup tests...
2005/11/26 17:11:18| DNS Socket created at 0.0.0.0, port 29927, FD 4
2005/11/26 17:11:18| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2005/11/26 17:11:18| Adding nameserver 192.168.1.1 from /etc/resolv.conf
2005/11/26 17:11:18| helperOpenServers: Starting 5 'squid_redirect' processes

(the full outputs are attached). How do I get more details there?

Regards
Alex
2005/11/26 17:10:45| Memory pools are 'off'; limit: 0.00 MB
2005/11/26 17:10:45| cachemgrRegister: registered mem
2005/11/26 17:10:45| cbdataInit
2005/11/26 17:10:45| cachemgrRegister: registered cbdata
2005/11/26 17:10:45| cachemgrRegister: registered events
2005/11/26 17:10:45| cachemgrRegister: registered diskd
2005/11/26 17:10:45| diskd started
2005/11/26 17:10:45| authSchemeAdd: adding basic
2005/11/26 17:10:45| authSchemeAdd: adding digest
2005/11/26 17:10:45| parse_line: ssl_unclean_shutdown off
2005/11/26 17:10:45| parse_line: icp_port 3130
2005/11/26 17:10:45| parse_line: udp_incoming_address 0.0.0.0
2005/11/26 17:10:45| parse_line: udp_outgoing_address 255.255.255.255
2005/11/26 17:10:45| parse_line: icp_query_timeout 0
2005/11/26 17:10:45| parse_line: maximum_icp_query_timeout 2000
2005/11/26 17:10:45| parse_line: mcast_icp_query_timeout 2000
2005/11/26 17:10:45| parse_line: dead_peer_timeout 10 seconds
2005/11/26 17:10:45| parse_line: cache_mem 8 MB
2005/11/26 17:10:45| parse_line: cache_swap_low 90
2005/11/26 17:10:45| parse_line: cache_swap_high 95
2005/11/26 17:10:45| parse_line: maximum_object_size 4096 KB
2005/11/26 17:10:45| parse_line: minimum_object_size 0 KB
2005/11/26 17:10:45| parse_line: maximum_object_size_in_memory 8 KB
2005/11/26 17:10:45| parse_line: ipcache_size 1024
2005/11/26 17:10:45| parse_line: ipcache_low 90
2005/11/26 17:10:45| parse_line: ipcache_high 95
2005/11/26 17:10:45| parse_line: fqdncache_size 1024
2005/11/26 17:10:45| parse_line: cache_replacement_policy lru
2005/11/26 17:10:45| parse_line: memory_replacement_policy lru
2005/11/26 17:10:45| parse_line: cache_access_log /var/squid/logs/access.log
2005/11/26 17:10:45| parse_line: cache_log /var/squid/logs/cache.log
2005/11/26 17:10:45| parse_line: cache_store_log /var/squid/logs/store.log
2005/11/26 17:10:45| parse_line: emulate_httpd_log off
2005/11/26 17:10:45| parse_line: log_ip_on_direct on
2005/11/26 17:10:45| parse_line: mime_table /etc/squid/mime.conf
2005/11/26 17:10:45| parse_line: log_mime_hdrs off
2005/11/26 17:10:45| parse_line: pid_filename /var/squid/logs/squid.pid
2005/11/26 17:10:45| parse_line: debug_options ALL,1
2005/11/26 17:10:45| parse_line: log_fqdn off
2005/11/26 17:10:45| parse_line: client_netmask 255.255.255.255
2005/11/26 17:10:45| parse_line: ftp_user Squid@
2005/11/26 17:10:45| parse_line: ftp_list_width 32
2005/11/26 17:10:45| parse_line: ftp_passive on
2005/11/26 17:10:45| parse_line: ftp_sanitycheck on
2005/11/26 17:10:45| parse_line: ftp_telnet_protocol on
2005/11/26 17:10:45| parse_line: dns_retransmit_interval 5 seconds
2005/11/26 17:10:45| parse_line: dns_timeout 2 minutes
2005/11/26 17:10:45| parse_line: hosts_file /etc/hosts
2005/11/26 17:10:45| parse_line: diskd_program /usr/local/libexec/diskd
2005/11/26 17:10:45| parse_line: unlinkd_program /usr/local/libexec/unlinkd
2005/11/26 17:10:45| parse_line: redirect_children 5
2005/11/26 17:10:45| parse_line: redirect_rewrites_host_header on
2005/11/26 17:10:45| parse_line: authenticate_cache_garbage_interval 1 hour
2005/11/26 17:10:45| parse_line: authenticate_ttl 1 hour
2005/11/26 17:10:45| parse_line: authenticate_ip_ttl 0 seconds
2005/11/26 17:10:45| parse_line: wais_relay_port 0
2005/11/26 17:10:45| parse_line: request_header_max_size 20 KB
2005/11/26 17:10:45| parse_line: request_body_max_size 0 KB
2005/11/26 17:10:45| parse_line: quick_abort_min 16 KB
2005/11/26 17:10:45| parse_line: quick_abort_max 16 KB
2005/11/26 17:10:45| parse_line: quick_abort_pct 95
2005/11/26 17:10:45| parse_line: negative_ttl 5 minutes
2005/11/26 17:10:45| parse_line: positive_dns_ttl 6 hours
2005/11/26 17:10:45| parse_line: negative_dns_ttl 1 minute
2005/11/26 17:10:45| parse_line: range_offset_limit 0 KB
2005/11/26 17:10:45| parse_line: forward_timeout 4 minutes
2005/11/26 17:10:45| parse_line: connect_timeout 1 minute
2005/11/26 17:10:45| parse_line: peer_connect_timeout 30 seconds
2005/11/26 17:10:45| parse_line: read_timeout 15 minutes
2005/11/26 17:10:45| parse_line: request_timeout 5 minutes
2005/11/26 17:10:45| parse_line: persistent_request_timeout 1 minute
2005/11/26 17:10:45| parse_line: client_lifetime 1 day
2005/11/26 17:10:45| parse_line: half_closed_clients on
2005/11/26 17:10:45| parse_line: pconn_timeout 120 seconds
2005/11/26 17:10:45| parse_line: ident_timeout 10 seconds
2005/11/26 17:10:45| parse_line: shutdown_lifetime 30 seconds
2005/11/26 17:10:45| parse_line: reply_header_max_size 20 KB
2005/11/26 17:10:45| parse_line: cache_mgr webmaster
2005/11/26 17:10:45| parse_line: mail_program mail
2005/11/26 17:10:45| parse_line: cache_effective_user _squid
2005/11/26 17:10:45| parse_line: cache_effective_group _squid
2005/11/26 17:10:45| parse_line: announce_period 0
2005/11/26 17:10:45| parse_line: announce_host tracker.ircache.net
2005/11/26 17:10:45| parse_line: announce_port 3131
2005/11/26 17:10:45| parse_line: httpd_accel_port 80
2005/11/26 17:10:45| parse_line: httpd_accel_single_host off
2005/11/26 17:10:45| parse_line: httpd_accel_with_proxy off
2005/11/26 17:10:45| parse_line: httpd_accel_uses_host_header off
2005/11/26 17:10:45| parse_line: httpd_accel_no_pmtu_disc off
2005/11/26 17:10:45| parse_line: logfile_rotate 10
2005/11/26 17:10:45| parse_line: tcp_recv_bufsize 0 bytes
2005/11/26 17:10:45| parse_line: memory_pools on
2005/11/26 17:10:45| parse_line: memory_pools_limit 5 MB
2005/11/26 17:10:45| parse_line: forwarded_for on
2005/11/26 17:10:45| parse_line: log_icp_queries on
2005/11/26 17:10:45| parse_line: icp_hit_stale off
2005/11/26 17:10:45| parse_line: minimum_direct_hops 4
2005/11/26 17:10:45| parse_line: minimum_direct_rtt 400
2005/11/26 17:10:45| parse_line: store_avg_object_size 13 KB
2005/11/26 17:10:45| parse_line: store_objects_per_bucket 20
2005/11/26 17:10:45| parse_line: client_db on
2005/11/26 17:10:45| parse_line: netdb_low 900
2005/11/26 17:10:45| parse_line: netdb_high 1000
2005/11/26 17:10:45| parse_line: netdb_ping_period 5 minutes
2005/11/26 17:10:45| parse_line: query_icmp off
2005/11/26 17:10:45| parse_line: test_reachability off
2005/11/26 17:10:45| parse_line: buffered_logs off
2005/11/26 17:10:45| parse_line: reload_into_ims off
2005/11/26 17:10:45| parse_line: icon_directory /usr/local/share/squid/icons
2005/11/26 17:10:45| parse_line: global_internal_static on
2005/11/26 17:10:45| parse_line: short_icon_urls off
2005/11/26 17:10:45| parse_line: error_directory /usr/local/share/squid/errors/English
2005/11/26 17:10:45| parse_line: maximum_single_addr_tries 1
2005/11/26 17:10:45| parse_line: retry_on_error off
2005/11/26 17:10:45| parse_line: as_whois_server whois.ra.net
2005/11/26 17:10:45| parse_line: wccp_router 0.0.0.0
2005/11/26 17:10:45| parse_line: wccp_version 4
2005/11/26 17:10:45| parse_line: wccp_incoming_address 0.0.0.0
2005/11/26 17:10:45| parse_line: wccp_outgoing_address 255.255.255.255
2005/11/26 17:10:45| parse_line: incoming_icp_average 6
2005/11/26 17:10:45| parse_line: incoming_http_average 4
2005/11/26 17:10:45| parse_line: incoming_dns_average 4
2005/11/26 17:10:45| parse_line: min_icp_poll_cnt 8
2005/11/26 17:10:45| parse_line: min_dns_poll_cnt 8
2005/11/26 17:10:45| parse_line: min_http_poll_cnt 8
2005/11/26 17:10:45| parse_line: max_open_disk_fds 0
2005/11/26 17:10:45| parse_line: offline_mode off
2005/11/26 17:10:45| parse_line: uri_whitespace strip
2005/11/26 17:10:45| parse_line: nonhierarchical_direct on
2005/11/26 17:10:45| parse_line: prefer_direct off
2005/11/26 17:10:45| parse_line: strip_query_terms on
2005/11/26 17:10:45| parse_line: redirector_bypass off
2005/11/26 17:10:45| parse_line: ignore_unknown_nameservers on
2005/11/26 17:10:45| parse_line: client_persistent_connections on
2005/11/26 17:10:45| parse_line: server_persistent_connections on
2005/11/26 17:10:45| parse_line: detect_broken_pconn off
2005/11/26 17:10:45| parse_line: balance_on_multiple_ip on
2005/11/26 17:10:45| parse_line: pipeline_prefetch off
2005/11/26 17:10:45| parse_line: request_entities off
2005/11/26 17:10:45| parse_line: high_response_time_warning 0
2005/11/26 17:10:45| parse_line: high_page_fault_warning 0
2005/11/26 17:10:45| parse_line: high_memory_warning 0
2005/11/26 17:10:45| parse_line: store_dir_select_algorithm least-load
2005/11/26 17:10:45| parse_line: ie_refresh off
2005/11/26 17:10:45| parse_line: vary_ignore_expire off
2005/11/26 17:10:45| parse_line: sleep_after_fork 0
2005/11/26 17:10:45| parse_line: relaxed_header_parser on
2005/11/26 17:10:45| Processing: 'http_port 8080'
2005/11/26 17:10:45| parse_line: http_port 8080
2005/11/26 17:10:45| Processing: 'hierarchy_stoplist cgi-bin ?'
2005/11/26 17:10:45| parse_line: hierarchy_stoplist cgi-bin ?
2005/11/26 17:10:45| Processing: 'acl QUERY urlpath_regex cgi-bin \?'
2005/11/26 17:10:45| parse_line: acl QUERY urlpath_regex cgi-bin \?
2005/11/26 17:10:45| aclParseAclLine: Creating ACL 'QUERY'
2005/11/26 17:10:45| Processing: 'no_cache deny QUERY'
2005/11/26 17:10:45| parse_line: no_cache deny QUERY
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'QUERY'
2005/11/26 17:10:45| Processing: 'auth_param basic children 5'
2005/11/26 17:10:45| parse_line: auth_param basic children 5
2005/11/26 17:10:45| Processing: 'auth_param basic realm Squid proxy-caching web server'
2005/11/26 17:10:45| parse_line: auth_param basic realm Squid proxy-caching web server
2005/11/26 17:10:45| Processing: 'auth_param basic credentialsttl 2 hours'
2005/11/26 17:10:45| parse_line: auth_param basic credentialsttl 2 hours
2005/11/26 17:10:45| Processing: 'auth_param basic casesensitive off'
2005/11/26 17:10:45| parse_line: auth_param basic casesensitive off
2005/11/26 17:10:45| Processing: 'refresh_pattern ^ftp:		1440	20%	10080'
2005/11/26 17:10:45| parse_line: refresh_pattern ^ftp:		1440	20%	10080
2005/11/26 17:10:45| Processing: 'refresh_pattern ^gopher:	1440	0%	1440'
2005/11/26 17:10:45| parse_line: refresh_pattern ^gopher:	1440	0%	1440
2005/11/26 17:10:45| Processing: 'refresh_pattern .		0	20%	4320'
2005/11/26 17:10:45| parse_line: refresh_pattern .		0	20%	4320
2005/11/26 17:10:45| Processing: 'acl all src 0.0.0.0/0.0.0.0'
2005/11/26 17:10:45| parse_line: acl all src 0.0.0.0/0.0.0.0
2005/11/26 17:10:45| aclParseAclLine: Creating ACL 'all'
2005/11/26 17:10:45| aclParseIpData: 0.0.0.0/0.0.0.0
2005/11/26 17:10:45| Processing: 'acl manager proto cache_object'
2005/11/26 17:10:45| parse_line: acl manager proto cache_object
2005/11/26 17:10:45| aclParseAclLine: Creating ACL 'manager'
2005/11/26 17:10:45| Processing: 'acl localhost src 127.0.0.1/255.255.255.255'
2005/11/26 17:10:45| parse_line: acl localhost src 127.0.0.1/255.255.255.255
2005/11/26 17:10:45| aclParseAclLine: Creating ACL 'localhost'
2005/11/26 17:10:45| aclParseIpData: 127.0.0.1/255.255.255.255
2005/11/26 17:10:45| Processing: 'acl to_localhost dst 127.0.0.0/8'
2005/11/26 17:10:45| parse_line: acl to_localhost dst 127.0.0.0/8
2005/11/26 17:10:45| aclParseAclLine: Creating ACL 'to_localhost'
2005/11/26 17:10:45| aclParseIpData: 127.0.0.0/8
2005/11/26 17:10:45| Processing: 'acl SSL_ports port 443 563'
2005/11/26 17:10:45| parse_line: acl SSL_ports port 443 563
2005/11/26 17:10:45| aclParseAclLine: Creating ACL 'SSL_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 80		# http'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 80		# http
2005/11/26 17:10:45| aclParseAclLine: Creating ACL 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 21		# ftp'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 21		# ftp
2005/11/26 17:10:45| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 443 563	# https, snews'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 443 563	# https, snews
2005/11/26 17:10:45| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 70		# gopher'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 70		# gopher
2005/11/26 17:10:45| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 210		# wais'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 210		# wais
2005/11/26 17:10:45| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 1025-65535	# unregistered ports'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 1025-65535	# unregistered ports
2005/11/26 17:10:45| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 280		# http-mgmt'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 280		# http-mgmt
2005/11/26 17:10:45| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 488		# gss-http'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 488		# gss-http
2005/11/26 17:10:45| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 591		# filemaker'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 591		# filemaker
2005/11/26 17:10:45| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl Safe_ports port 777		# multiling http'
2005/11/26 17:10:45| parse_line: acl Safe_ports port 777		# multiling http
2005/11/26 17:10:45| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:10:45| Processing: 'acl CONNECT method CONNECT'
2005/11/26 17:10:45| parse_line: acl CONNECT method CONNECT
2005/11/26 17:10:45| aclParseAclLine: Creating ACL 'CONNECT'
2005/11/26 17:10:45| Processing: 'http_access allow manager localhost'
2005/11/26 17:10:45| parse_line: http_access allow manager localhost
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'manager'
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'localhost'
2005/11/26 17:10:45| Processing: 'http_access deny manager'
2005/11/26 17:10:45| parse_line: http_access deny manager
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'manager'
2005/11/26 17:10:45| Processing: 'http_access deny !Safe_ports'
2005/11/26 17:10:45| parse_line: http_access deny !Safe_ports
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'Safe_ports'
2005/11/26 17:10:45| Processing: 'http_access deny CONNECT !SSL_ports'
2005/11/26 17:10:45| parse_line: http_access deny CONNECT !SSL_ports
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'CONNECT'
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'SSL_ports'
2005/11/26 17:10:45| Processing: 'http_access deny to_localhost'
2005/11/26 17:10:45| parse_line: http_access deny to_localhost
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'to_localhost'
2005/11/26 17:10:45| Processing: 'acl our_networks src 192.168.1.0/24 192.168.2.0/24'
2005/11/26 17:10:45| parse_line: acl our_networks src 192.168.1.0/24 192.168.2.0/24
2005/11/26 17:10:45| aclParseAclLine: Creating ACL 'our_networks'
2005/11/26 17:10:45| aclParseIpData: 192.168.1.0/24
2005/11/26 17:10:45| aclParseIpData: 192.168.2.0/24
2005/11/26 17:10:45| Processing: 'http_access allow our_networks'
2005/11/26 17:10:45| parse_line: http_access allow our_networks
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'our_networks'
2005/11/26 17:10:45| Processing: 'http_access deny all'
2005/11/26 17:10:45| parse_line: http_access deny all
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:10:45| Processing: 'http_reply_access allow all'
2005/11/26 17:10:45| parse_line: http_reply_access allow all
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:10:45| Processing: 'icp_access allow all'
2005/11/26 17:10:45| parse_line: icp_access allow all
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:10:45| Processing: 'httpd_accel_host virtual'
2005/11/26 17:10:45| parse_line: httpd_accel_host virtual
2005/11/26 17:10:45| Processing: 'httpd_accel_with_proxy on'
2005/11/26 17:10:45| parse_line: httpd_accel_with_proxy on
2005/11/26 17:10:45| Processing: 'httpd_accel_uses_host_header on'
2005/11/26 17:10:45| parse_line: httpd_accel_uses_host_header on
2005/11/26 17:10:45| Processing: 'coredump_dir /var/squid/cache'
2005/11/26 17:10:45| parse_line: coredump_dir /var/squid/cache
2005/11/26 17:10:45| parse_line: cache_dir ufs /var/squid/cache 100 16 256
2005/11/26 17:10:45| parse_line: ident_lookup_access deny all
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:10:45| parse_line: reply_body_max_size 0 allow all
2005/11/26 17:10:45| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:10:45| parse_line: dns_testnames netscape.com internic.net nlanr.net microsoft.com
2005/11/26 17:10:45| getMyHostname: 'gate.my.domain' resolved into 'gate.my.domain'
2005/11/26 17:10:45| cachemgrRegister: registered config
2005/11/26 17:10:45| cachemgrRegister: registered comm_incoming
2005/11/26 17:10:45| fd_open FD 0 stdin
2005/11/26 17:10:45| fd_open FD 1 stdout
2005/11/26 17:10:45| fd_open FD 2 stderr
2005/11/26 17:10:45| leave_suid: PID 23400 called
2005/11/26 17:10:45| leave_suid: PID 23400 giving up root, becoming '_squid'
2005/11/26 17:10:45| Starting Squid Cache version 2.5.STABLE12 for i386-unknown-openbsd3.8...
2005/11/26 17:10:45| Process ID 23400
2005/11/26 17:10:45| With 1024 file descriptors available
2005/11/26 17:10:45| Performing DNS Tests...
2005/11/26 17:10:45| Successful DNS name lookup tests...
2005/11/26 17:10:45| DNS Socket created at 0.0.0.0, port 12739, FD 4
2005/11/26 17:10:45| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2005/11/26 17:10:45| Adding nameserver 192.168.1.1 from /etc/resolv.conf
2005/11/26 17:10:45| Unlinkd pipe opened on FD 9
2005/11/26 17:10:45| Swap maxSize 102400 KB, estimated 7876 objects
2005/11/26 17:10:45| Target number of buckets: 393
2005/11/26 17:10:45| Using 8192 Store buckets
2005/11/26 17:10:45| Max Mem  size: 8192 KB
2005/11/26 17:10:45| Max Swap size: 102400 KB
2005/11/26 17:10:45| Rebuilding storage in /var/squid/cache (CLEAN)
2005/11/26 17:10:45| Using Least Load store dir selection
2005/11/26 17:10:45| Set Current Directory to /var/squid/cache
2005/11/26 17:10:45| Loaded Icons.
2005/11/26 17:10:45| Accepting HTTP connections at 0.0.0.0, port 8080, FD 11.
2005/11/26 17:10:45| Accepting ICP messages at 0.0.0.0, port 3130, FD 12.
2005/11/26 17:10:45| WCCP Disabled.
2005/11/26 17:10:45| Ready to serve requests.
2005/11/26 17:10:50| Done reading /var/squid/cache swaplog (488 entries)
2005/11/26 17:10:50| Finished rebuilding storage from disk.
2005/11/26 17:10:50|       488 Entries scanned
2005/11/26 17:10:50|         0 Invalid entries.
2005/11/26 17:10:50|         0 With invalid flags.
2005/11/26 17:10:50|       488 Objects loaded.
2005/11/26 17:10:50|         0 Objects expired.
2005/11/26 17:10:50|         0 Objects cancelled.
2005/11/26 17:10:50|         0 Duplicate URLs purged.
2005/11/26 17:10:50|         0 Swapfile clashes avoided.
2005/11/26 17:10:50|   Took 5.5 seconds (  88.7 objects/sec).
2005/11/26 17:10:50| Beginning Validation Procedure
2005/11/26 17:10:50|   Completed Validation Procedure
2005/11/26 17:10:50|   Validated 488 Entries
2005/11/26 17:10:50|   store_swap_size = 4060k
2005/11/26 17:10:51| storeLateRelease: released 0 objects




2005/11/26 17:11:18| Memory pools are 'off'; limit: 0.00 MB
2005/11/26 17:11:18| cachemgrRegister: registered mem
2005/11/26 17:11:18| cbdataInit
2005/11/26 17:11:18| cachemgrRegister: registered cbdata
2005/11/26 17:11:18| cachemgrRegister: registered events
2005/11/26 17:11:18| cachemgrRegister: registered diskd
2005/11/26 17:11:18| diskd started
2005/11/26 17:11:18| authSchemeAdd: adding basic
2005/11/26 17:11:18| authSchemeAdd: adding digest
2005/11/26 17:11:18| parse_line: ssl_unclean_shutdown off
2005/11/26 17:11:18| parse_line: icp_port 3130
2005/11/26 17:11:18| parse_line: udp_incoming_address 0.0.0.0
2005/11/26 17:11:18| parse_line: udp_outgoing_address 255.255.255.255
2005/11/26 17:11:18| parse_line: icp_query_timeout 0
2005/11/26 17:11:18| parse_line: maximum_icp_query_timeout 2000
2005/11/26 17:11:18| parse_line: mcast_icp_query_timeout 2000
2005/11/26 17:11:18| parse_line: dead_peer_timeout 10 seconds
2005/11/26 17:11:18| parse_line: cache_mem 8 MB
2005/11/26 17:11:18| parse_line: cache_swap_low 90
2005/11/26 17:11:18| parse_line: cache_swap_high 95
2005/11/26 17:11:18| parse_line: maximum_object_size 4096 KB
2005/11/26 17:11:18| parse_line: minimum_object_size 0 KB
2005/11/26 17:11:18| parse_line: maximum_object_size_in_memory 8 KB
2005/11/26 17:11:18| parse_line: ipcache_size 1024
2005/11/26 17:11:18| parse_line: ipcache_low 90
2005/11/26 17:11:18| parse_line: ipcache_high 95
2005/11/26 17:11:18| parse_line: fqdncache_size 1024
2005/11/26 17:11:18| parse_line: cache_replacement_policy lru
2005/11/26 17:11:18| parse_line: memory_replacement_policy lru
2005/11/26 17:11:18| parse_line: cache_access_log /var/squid/logs/access.log
2005/11/26 17:11:18| parse_line: cache_log /var/squid/logs/cache.log
2005/11/26 17:11:18| parse_line: cache_store_log /var/squid/logs/store.log
2005/11/26 17:11:18| parse_line: emulate_httpd_log off
2005/11/26 17:11:18| parse_line: log_ip_on_direct on
2005/11/26 17:11:18| parse_line: mime_table /etc/squid/mime.conf
2005/11/26 17:11:18| parse_line: log_mime_hdrs off
2005/11/26 17:11:18| parse_line: pid_filename /var/squid/logs/squid.pid
2005/11/26 17:11:18| parse_line: debug_options ALL,1
2005/11/26 17:11:18| parse_line: log_fqdn off
2005/11/26 17:11:18| parse_line: client_netmask 255.255.255.255
2005/11/26 17:11:18| parse_line: ftp_user Squid@
2005/11/26 17:11:18| parse_line: ftp_list_width 32
2005/11/26 17:11:18| parse_line: ftp_passive on
2005/11/26 17:11:18| parse_line: ftp_sanitycheck on
2005/11/26 17:11:18| parse_line: ftp_telnet_protocol on
2005/11/26 17:11:18| parse_line: dns_retransmit_interval 5 seconds
2005/11/26 17:11:18| parse_line: dns_timeout 2 minutes
2005/11/26 17:11:18| parse_line: hosts_file /etc/hosts
2005/11/26 17:11:18| parse_line: diskd_program /usr/local/libexec/diskd
2005/11/26 17:11:18| parse_line: unlinkd_program /usr/local/libexec/unlinkd
2005/11/26 17:11:18| parse_line: redirect_children 5
2005/11/26 17:11:18| parse_line: redirect_rewrites_host_header on
2005/11/26 17:11:18| parse_line: authenticate_cache_garbage_interval 1 hour
2005/11/26 17:11:18| parse_line: authenticate_ttl 1 hour
2005/11/26 17:11:18| parse_line: authenticate_ip_ttl 0 seconds
2005/11/26 17:11:18| parse_line: wais_relay_port 0
2005/11/26 17:11:18| parse_line: request_header_max_size 20 KB
2005/11/26 17:11:18| parse_line: request_body_max_size 0 KB
2005/11/26 17:11:18| parse_line: quick_abort_min 16 KB
2005/11/26 17:11:18| parse_line: quick_abort_max 16 KB
2005/11/26 17:11:18| parse_line: quick_abort_pct 95
2005/11/26 17:11:18| parse_line: negative_ttl 5 minutes
2005/11/26 17:11:18| parse_line: positive_dns_ttl 6 hours
2005/11/26 17:11:18| parse_line: negative_dns_ttl 1 minute
2005/11/26 17:11:18| parse_line: range_offset_limit 0 KB
2005/11/26 17:11:18| parse_line: forward_timeout 4 minutes
2005/11/26 17:11:18| parse_line: connect_timeout 1 minute
2005/11/26 17:11:18| parse_line: peer_connect_timeout 30 seconds
2005/11/26 17:11:18| parse_line: read_timeout 15 minutes
2005/11/26 17:11:18| parse_line: request_timeout 5 minutes
2005/11/26 17:11:18| parse_line: persistent_request_timeout 1 minute
2005/11/26 17:11:18| parse_line: client_lifetime 1 day
2005/11/26 17:11:18| parse_line: half_closed_clients on
2005/11/26 17:11:18| parse_line: pconn_timeout 120 seconds
2005/11/26 17:11:18| parse_line: ident_timeout 10 seconds
2005/11/26 17:11:18| parse_line: shutdown_lifetime 30 seconds
2005/11/26 17:11:18| parse_line: reply_header_max_size 20 KB
2005/11/26 17:11:18| parse_line: cache_mgr webmaster
2005/11/26 17:11:18| parse_line: mail_program mail
2005/11/26 17:11:18| parse_line: cache_effective_user _squid
2005/11/26 17:11:18| parse_line: cache_effective_group _squid
2005/11/26 17:11:18| parse_line: announce_period 0
2005/11/26 17:11:18| parse_line: announce_host tracker.ircache.net
2005/11/26 17:11:18| parse_line: announce_port 3131
2005/11/26 17:11:18| parse_line: httpd_accel_port 80
2005/11/26 17:11:18| parse_line: httpd_accel_single_host off
2005/11/26 17:11:18| parse_line: httpd_accel_with_proxy off
2005/11/26 17:11:18| parse_line: httpd_accel_uses_host_header off
2005/11/26 17:11:18| parse_line: httpd_accel_no_pmtu_disc off
2005/11/26 17:11:18| parse_line: logfile_rotate 10
2005/11/26 17:11:18| parse_line: tcp_recv_bufsize 0 bytes
2005/11/26 17:11:18| parse_line: memory_pools on
2005/11/26 17:11:18| parse_line: memory_pools_limit 5 MB
2005/11/26 17:11:18| parse_line: forwarded_for on
2005/11/26 17:11:18| parse_line: log_icp_queries on
2005/11/26 17:11:18| parse_line: icp_hit_stale off
2005/11/26 17:11:18| parse_line: minimum_direct_hops 4
2005/11/26 17:11:18| parse_line: minimum_direct_rtt 400
2005/11/26 17:11:18| parse_line: store_avg_object_size 13 KB
2005/11/26 17:11:18| parse_line: store_objects_per_bucket 20
2005/11/26 17:11:18| parse_line: client_db on
2005/11/26 17:11:18| parse_line: netdb_low 900
2005/11/26 17:11:18| parse_line: netdb_high 1000
2005/11/26 17:11:18| parse_line: netdb_ping_period 5 minutes
2005/11/26 17:11:18| parse_line: query_icmp off
2005/11/26 17:11:18| parse_line: test_reachability off
2005/11/26 17:11:18| parse_line: buffered_logs off
2005/11/26 17:11:18| parse_line: reload_into_ims off
2005/11/26 17:11:18| parse_line: icon_directory /usr/local/share/squid/icons
2005/11/26 17:11:18| parse_line: global_internal_static on
2005/11/26 17:11:18| parse_line: short_icon_urls off
2005/11/26 17:11:18| parse_line: error_directory /usr/local/share/squid/errors/English
2005/11/26 17:11:18| parse_line: maximum_single_addr_tries 1
2005/11/26 17:11:18| parse_line: retry_on_error off
2005/11/26 17:11:18| parse_line: as_whois_server whois.ra.net
2005/11/26 17:11:18| parse_line: wccp_router 0.0.0.0
2005/11/26 17:11:18| parse_line: wccp_version 4
2005/11/26 17:11:18| parse_line: wccp_incoming_address 0.0.0.0
2005/11/26 17:11:18| parse_line: wccp_outgoing_address 255.255.255.255
2005/11/26 17:11:18| parse_line: incoming_icp_average 6
2005/11/26 17:11:18| parse_line: incoming_http_average 4
2005/11/26 17:11:18| parse_line: incoming_dns_average 4
2005/11/26 17:11:18| parse_line: min_icp_poll_cnt 8
2005/11/26 17:11:18| parse_line: min_dns_poll_cnt 8
2005/11/26 17:11:18| parse_line: min_http_poll_cnt 8
2005/11/26 17:11:18| parse_line: max_open_disk_fds 0
2005/11/26 17:11:18| parse_line: offline_mode off
2005/11/26 17:11:18| parse_line: uri_whitespace strip
2005/11/26 17:11:18| parse_line: nonhierarchical_direct on
2005/11/26 17:11:18| parse_line: prefer_direct off
2005/11/26 17:11:18| parse_line: strip_query_terms on
2005/11/26 17:11:18| parse_line: redirector_bypass off
2005/11/26 17:11:18| parse_line: ignore_unknown_nameservers on
2005/11/26 17:11:18| parse_line: client_persistent_connections on
2005/11/26 17:11:18| parse_line: server_persistent_connections on
2005/11/26 17:11:18| parse_line: detect_broken_pconn off
2005/11/26 17:11:18| parse_line: balance_on_multiple_ip on
2005/11/26 17:11:18| parse_line: pipeline_prefetch off
2005/11/26 17:11:18| parse_line: request_entities off
2005/11/26 17:11:18| parse_line: high_response_time_warning 0
2005/11/26 17:11:18| parse_line: high_page_fault_warning 0
2005/11/26 17:11:18| parse_line: high_memory_warning 0
2005/11/26 17:11:18| parse_line: store_dir_select_algorithm least-load
2005/11/26 17:11:18| parse_line: ie_refresh off
2005/11/26 17:11:18| parse_line: vary_ignore_expire off
2005/11/26 17:11:18| parse_line: sleep_after_fork 0
2005/11/26 17:11:18| parse_line: relaxed_header_parser on
2005/11/26 17:11:18| Processing: 'http_port 8080'
2005/11/26 17:11:18| parse_line: http_port 8080
2005/11/26 17:11:18| Processing: 'hierarchy_stoplist cgi-bin ?'
2005/11/26 17:11:18| parse_line: hierarchy_stoplist cgi-bin ?
2005/11/26 17:11:18| Processing: 'acl QUERY urlpath_regex cgi-bin \?'
2005/11/26 17:11:18| parse_line: acl QUERY urlpath_regex cgi-bin \?
2005/11/26 17:11:18| aclParseAclLine: Creating ACL 'QUERY'
2005/11/26 17:11:18| Processing: 'no_cache deny QUERY'
2005/11/26 17:11:18| parse_line: no_cache deny QUERY
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'QUERY'
2005/11/26 17:11:18| Processing: 'redirect_program /usr/local/bin/squid_redirect'
2005/11/26 17:11:18| parse_line: redirect_program /usr/local/bin/squid_redirect
2005/11/26 17:11:18| Processing: 'auth_param basic children 5'
2005/11/26 17:11:18| parse_line: auth_param basic children 5
2005/11/26 17:11:18| Processing: 'auth_param basic realm Squid proxy-caching web server'
2005/11/26 17:11:18| parse_line: auth_param basic realm Squid proxy-caching web server
2005/11/26 17:11:18| Processing: 'auth_param basic credentialsttl 2 hours'
2005/11/26 17:11:18| parse_line: auth_param basic credentialsttl 2 hours
2005/11/26 17:11:18| Processing: 'auth_param basic casesensitive off'
2005/11/26 17:11:18| parse_line: auth_param basic casesensitive off
2005/11/26 17:11:18| Processing: 'refresh_pattern ^ftp:		1440	20%	10080'
2005/11/26 17:11:18| parse_line: refresh_pattern ^ftp:		1440	20%	10080
2005/11/26 17:11:18| Processing: 'refresh_pattern ^gopher:	1440	0%	1440'
2005/11/26 17:11:18| parse_line: refresh_pattern ^gopher:	1440	0%	1440
2005/11/26 17:11:18| Processing: 'refresh_pattern .		0	20%	4320'
2005/11/26 17:11:18| parse_line: refresh_pattern .		0	20%	4320
2005/11/26 17:11:18| Processing: 'acl all src 0.0.0.0/0.0.0.0'
2005/11/26 17:11:18| parse_line: acl all src 0.0.0.0/0.0.0.0
2005/11/26 17:11:18| aclParseAclLine: Creating ACL 'all'
2005/11/26 17:11:18| aclParseIpData: 0.0.0.0/0.0.0.0
2005/11/26 17:11:18| Processing: 'acl manager proto cache_object'
2005/11/26 17:11:18| parse_line: acl manager proto cache_object
2005/11/26 17:11:18| aclParseAclLine: Creating ACL 'manager'
2005/11/26 17:11:18| Processing: 'acl localhost src 127.0.0.1/255.255.255.255'
2005/11/26 17:11:18| parse_line: acl localhost src 127.0.0.1/255.255.255.255
2005/11/26 17:11:18| aclParseAclLine: Creating ACL 'localhost'
2005/11/26 17:11:18| aclParseIpData: 127.0.0.1/255.255.255.255
2005/11/26 17:11:18| Processing: 'acl to_localhost dst 127.0.0.0/8'
2005/11/26 17:11:18| parse_line: acl to_localhost dst 127.0.0.0/8
2005/11/26 17:11:18| aclParseAclLine: Creating ACL 'to_localhost'
2005/11/26 17:11:18| aclParseIpData: 127.0.0.0/8
2005/11/26 17:11:18| Processing: 'acl SSL_ports port 443 563'
2005/11/26 17:11:18| parse_line: acl SSL_ports port 443 563
2005/11/26 17:11:18| aclParseAclLine: Creating ACL 'SSL_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 80		# http'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 80		# http
2005/11/26 17:11:18| aclParseAclLine: Creating ACL 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 21		# ftp'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 21		# ftp
2005/11/26 17:11:18| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 443 563	# https, snews'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 443 563	# https, snews
2005/11/26 17:11:18| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 70		# gopher'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 70		# gopher
2005/11/26 17:11:18| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 210		# wais'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 210		# wais
2005/11/26 17:11:18| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 1025-65535	# unregistered ports'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 1025-65535	# unregistered ports
2005/11/26 17:11:18| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 280		# http-mgmt'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 280		# http-mgmt
2005/11/26 17:11:18| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 488		# gss-http'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 488		# gss-http
2005/11/26 17:11:18| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 591		# filemaker'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 591		# filemaker
2005/11/26 17:11:18| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl Safe_ports port 777		# multiling http'
2005/11/26 17:11:18| parse_line: acl Safe_ports port 777		# multiling http
2005/11/26 17:11:18| aclParseAclLine: Appending to 'Safe_ports'
2005/11/26 17:11:18| Processing: 'acl CONNECT method CONNECT'
2005/11/26 17:11:18| parse_line: acl CONNECT method CONNECT
2005/11/26 17:11:18| aclParseAclLine: Creating ACL 'CONNECT'
2005/11/26 17:11:18| Processing: 'http_access allow manager localhost'
2005/11/26 17:11:18| parse_line: http_access allow manager localhost
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'manager'
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'localhost'
2005/11/26 17:11:18| Processing: 'http_access deny manager'
2005/11/26 17:11:18| parse_line: http_access deny manager
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'manager'
2005/11/26 17:11:18| Processing: 'http_access deny !Safe_ports'
2005/11/26 17:11:18| parse_line: http_access deny !Safe_ports
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'Safe_ports'
2005/11/26 17:11:18| Processing: 'http_access deny CONNECT !SSL_ports'
2005/11/26 17:11:18| parse_line: http_access deny CONNECT !SSL_ports
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'CONNECT'
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'SSL_ports'
2005/11/26 17:11:18| Processing: 'http_access deny to_localhost'
2005/11/26 17:11:18| parse_line: http_access deny to_localhost
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'to_localhost'
2005/11/26 17:11:18| Processing: 'acl our_networks src 192.168.1.0/24 192.168.2.0/24'
2005/11/26 17:11:18| parse_line: acl our_networks src 192.168.1.0/24 192.168.2.0/24
2005/11/26 17:11:18| aclParseAclLine: Creating ACL 'our_networks'
2005/11/26 17:11:18| aclParseIpData: 192.168.1.0/24
2005/11/26 17:11:18| aclParseIpData: 192.168.2.0/24
2005/11/26 17:11:18| Processing: 'http_access allow our_networks'
2005/11/26 17:11:18| parse_line: http_access allow our_networks
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'our_networks'
2005/11/26 17:11:18| Processing: 'http_access deny all'
2005/11/26 17:11:18| parse_line: http_access deny all
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:11:18| Processing: 'http_reply_access allow all'
2005/11/26 17:11:18| parse_line: http_reply_access allow all
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:11:18| Processing: 'icp_access allow all'
2005/11/26 17:11:18| parse_line: icp_access allow all
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:11:18| Processing: 'httpd_accel_host virtual'
2005/11/26 17:11:18| parse_line: httpd_accel_host virtual
2005/11/26 17:11:18| Processing: 'httpd_accel_with_proxy on'
2005/11/26 17:11:18| parse_line: httpd_accel_with_proxy on
2005/11/26 17:11:18| Processing: 'httpd_accel_uses_host_header on'
2005/11/26 17:11:18| parse_line: httpd_accel_uses_host_header on
2005/11/26 17:11:18| Processing: 'coredump_dir /var/squid/cache'
2005/11/26 17:11:18| parse_line: coredump_dir /var/squid/cache
2005/11/26 17:11:18| parse_line: cache_dir ufs /var/squid/cache 100 16 256
2005/11/26 17:11:18| parse_line: ident_lookup_access deny all
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:11:18| parse_line: reply_body_max_size 0 allow all
2005/11/26 17:11:18| aclParseAccessLine: looking for ACL name 'all'
2005/11/26 17:11:18| parse_line: dns_testnames netscape.com internic.net nlanr.net microsoft.com
2005/11/26 17:11:18| getMyHostname: 'gate.my.domain' resolved into 'gate.my.domain'
2005/11/26 17:11:18| cachemgrRegister: registered config
2005/11/26 17:11:18| cachemgrRegister: registered comm_incoming
2005/11/26 17:11:18| fd_open FD 0 stdin
2005/11/26 17:11:18| fd_open FD 1 stdout
2005/11/26 17:11:18| fd_open FD 2 stderr
2005/11/26 17:11:18| leave_suid: PID 28801 called
2005/11/26 17:11:18| leave_suid: PID 28801 giving up root, becoming '_squid'
2005/11/26 17:11:18| Starting Squid Cache version 2.5.STABLE12 for i386-unknown-openbsd3.8...
2005/11/26 17:11:18| Process ID 28801
2005/11/26 17:11:18| With 1024 file descriptors available
2005/11/26 17:11:18| Performing DNS Tests...
2005/11/26 17:11:18| Successful DNS name lookup tests...
2005/11/26 17:11:18| DNS Socket created at 0.0.0.0, port 29927, FD 4
2005/11/26 17:11:18| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2005/11/26 17:11:18| Adding nameserver 192.168.1.1 from /etc/resolv.conf
2005/11/26 17:11:18| helperOpenServers: Starting 5 'squid_redirect' processes




http_port 8080
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
refresh_pattern ^ftp:		1440	20%	10080
refresh_pattern ^gopher:	1440	0%	1440
refresh_pattern .		0	20%	4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80		# http
acl Safe_ports port 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 1025-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 CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny to_localhost
acl our_networks src 192.168.1.0/24 192.168.2.0/24
http_access allow our_networks
http_access deny all
http_reply_access allow all
icp_access allow all
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
coredump_dir /var/squid/cache

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux