Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Proxy Server Support => Topic started by: sunlinux on August 07, 2007, 09:17:45 AM

Title: problem with ACL placing
Post by: sunlinux on August 07, 2007, 09:17:45 AM
hi all,

I put following lines below ACL tag:

acl ncsa_users proxy_auth REQUIRED
acl allo url_regex "/etc/squid/good ( allow domain list)

then I put under tag http_access:
http_access allo
http_access allow ncsa_users

problem is that squid authentication is ok , but I am unable to restrict all websites except I put in /etc/squid/good file.

Pls help..
Title: Re: problem with ACL placing
Post by: Ricky on August 08, 2007, 09:42:48 PM
we should continue in one thread..either here or the other thread.

try this :
Code: [Select]
http_access allow ncsa_users alloIt means should authenticate and those authenticate should obey site filtering.

though your question was not clearly explained, you may try again to tell us. !
Title: Re: problem with ACL placing
Post by: sunlinux on August 09, 2007, 04:36:08 AM
I found the solution .. Thank you! ricky for ur concern.
Title: Re: problem with ACL placing
Post by: Ricky on August 10, 2007, 09:08:04 PM
I found the solution .. Thank you! ricky for ur concern.
If you don't mind then would you like to share with us that what exactly you did ? It will be helpful to many people in future.
Title: Re: problem with ACL placing
Post by: sunlinux on August 11, 2007, 04:34:36 AM
sure..

It was due to no proper order among ACL and http_access tags. once I set that .. it worked