[squid-users] Can someone check this configfile?

From: stim erol <sug4rfr33@dont-contact.us>
Date: Tue, 05 Jun 2001 23:58:51 -0000

I want a reverse proxy, and this is my config-file.
Can someone check this, because I'm not shure if I'm correct.
(Sorry,but I couldn't find someone to bottherwith this)

http_port 10.1.0.7:80
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
maximum_object_size 6144 KB
minimum_object_size 0 KB
cache_dir ufs /cache 500 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
mime_table /etc/squid/mime.conf
log_mime_hdrs off
useragent_log none
pid_filename /var/run/squid.pid
debug_options ALL,1
log_fqdn off
client_netmask 255.255.255.255
redirect_program /etc/squid/squid-redir
redirect_children 5
redirect_rewrites_host_header off
request_header_max_size 10 KB
request_body_max_size 1 MB
reply_body_max_size 0
refresh_pattern . 0 20% 4320
replacement_policy LRU
reference_age 2 months
quick_abort_min 512 KB
quick_abort_max 2 MB
quick_abort_pct 85
negative_ttl 5 seconds
positive_dns_ttl 5 minutes
negative_dns_ttl 10 seconds
range_offset_limit 0 KB
connect_timeout 120 seconds
request_timeout 30 seconds
client_lifetime 30 minutes
shutdown_lifetime 30 seconds
acl ALL src 0.0.0.0/0.0.0.0
acl MANAGER proto cache_object
acl PURGE method PURGE
acl CONNECT method CONNECT
acl LOCALHOST src 127.0.0.1/255.255.255.255
acl SAFE_PORTS port 80
acl ACCELERATEDHOSTS dstdom_regex -i "/etc/squid/domains.txt"
http_access allow MANAGER LOCALHOST
http_access deny MANAGER
http_access allow PURGE LOCALHOST
http_access deny PURGE
http_access deny CONNECT
http_access allow ACCELERATEDHOSTS SAFE_PORTS
http_access deny ALL
icp_access deny ALL
miss_access allow all
cache_mgr admin
cache_effective_user squid
cache_effective_group squid
visible_hostname webaccelerator.domain.dyn.cx
announce_period 0
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy off
httpd_accel_uses_host_header on
logfile_rotate 10
memory_pools on
forwarded_for on
store_avg_object_size 30 KB

And maybe it's an example for other human beings.

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Received on Tue Jun 05 2001 - 17:58:53 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:30 MST