>   acl www.xyz.com
>   http_access deny www.xyz.com
> but whwn I restart the proxy gives me the errror unknown acl ,Should I DECLARE IT 
>somewhwre.Also I want It should be incasesensative.
>   whether it is www.xyz.com/xyz.com/XYZ.COM

This is not the proper syntax for defining ACLs. There are many different
kinds of ACLs, but for the case u mention, do the following:

acl xyz.com dstdomain xyz.com
    ^^^^^^^
    This is the ACLname ... better rename it to something else (say, JUST
xyz .. ) Read the squid.conf file more carefully.

the next line is okay.

HTH,
jaju


-----------------------------------------------------------------------
The LIH mailing list archives are available at:
http://lists.linux-india.org/cgi-bin/wilma/linux-india-help

Reply via email to