[squid-users] Proxy_auth using webmin

From: <jlbrubacher@dont-contact.us>
Date: Fri, 06 Jun 2003 13:53:29 -0700

Hi I have installed squid 2.5 running stable and well. Have been using without trouble. I have since attempted to use proxy_auth and have run into trouble. I have read all the tutorials I can find and many mailing list answers but none seem to help. My scenario has offsite users connecting to my squid proxy. I wish to use proxy_auth to restrict external proxy access. All other programs such as webmin are installed and workin correctly. Please advise as to where my mistake lies. Forgive me if my message is not in the correct style.

http_port 3128
dead_peer_timeout 10 seconds
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 32 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 4096 KB
minimum_object_size 0 KB
maximum_object_size_in_memory 8 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
fqdncache_size 1024
cache_replacement_policy lru
memory_replacement_policy lru
 
cache_dir ufs /var/spool/squid 100 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
debug_options ALL,1 ,33 ,2

auth_param basic program /etc/webmin/squid/squid-auth.pl /etc/webmin/squid/users
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hour

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

connect_timeout 2 minutes
peer_connect_timeout 30 seconds
request_timeout 5 minutes
persistent_request_timeout 1 minute
client_lifetime 1 day
half_closed_clients on
ident_timeout 10 seconds
shutdown_lifetime 30 seconds

acl password proxy_auth REQUIRED
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
acl Safe_ports port 21
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT

http_access allow password
http_access allow localhost
http_access allow to_localhost
http_access allow SSL_ports
http_access deny all

http_reply_access allow all

The browser sits trying to resolve and then dies. The client browsers are IE6 and have fixed them as per the squid FAQ. Any help appreciated! -Jonathan
Received on Fri Jun 06 2003 - 14:55:55 MDT

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