What am I missing ...
squid.conf
ache_mem 10 MB
authenticate_program /usr/local/squid/bin/ncsa_auth /usr/local/squid/etc/passwd
authenticate_children 2
cache_dir /proxy-cache 100 16 256
cachemgr_passwd ywoo0oj all
acl manager proto cache_object
acl localLAN src 192.1.1.0/255.255.255.0
acl localhost src 127.0.0.1/255.255.255.255
acl password proxy_auth 30
acl porno dstdomain "/usr/local/squid/etc/adultdomain.dat"
http_access allow manager localLAN
http_access deny manager all
miss_access allow manager localLAN
miss_access deny manager all
http_access allow !porno password
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: cache_object://localhost/
The following error was encountered:
Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
result
----------
From: Thilo Manske[SMTP:Thilo.Manske@HEH.Uni-Oldenburg.DE]
Reply To: Thilo.Manske@HEH.Uni-Oldenburg.DE
Sent: Wednesday, October 28, 1998 8:26 PM
To: squid-users@ircache.net
Subject: Re: cache mgr.cgi ... hel pne plz!
In message <01BE02AE.0B5075A0@ALEX>
Alex Pikus <alex@webexpress.net> wrote:
> My squid.conf is asfollows:
[...]
> http_access deny manager !localLAN
I'd take something like this instead:
http_access allow manager localLAN
http_access deny manager all
miss_access allow manager localLAN
miss_access deny manager all
Bye,
Thilo.
-- Mir ist mein Signature entlaufen :-(. Wer es findet, sende es bitte an Thilo.Manske@HEH.Uni-Oldenburg.DE zurück. Danke!Received on Wed Oct 28 1998 - 20:37:24 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:50 MST