RE: ACL & IP LISTS

From: Ilker Gokhan <IlkerG@dont-contact.us>
Date: Tue, 18 Jul 2000 17:59:04 +0300

>-----Original Message-----
>From: Jon Steel [mailto:jon.steel@southkent.ac.uk]
>Sent: Tuesday, July 18, 2000 4:56 PM
>To: squid
>Subject: ACL & IP LISTS
>
>
>Hello
>
>I'm a newbie in using squid. I've installed squid without any
>problem and it
>is running ready to serve.
>
>I'm probably being greedy by asking two questions, but here
>goes anyway...
>
>1. I am having trouble getting access control lists to
>work, I am trying to
>block a specific site from being accessed with the following lines:
> acl notosite dstdomain www.dontgototthissite.com
> http_access deny notosite
>
Try:

acl notosite dstdomain .dontgototthissite.com /* with dot means that domain,
without dot means that only host */
http_access deny notosite

>and the site is still accessible. I am misinterpreting this command?
>
>
>
>2. Is there any way of logging IP numbers of machines that
>access the cache,
>and the sites they go to, e.g.
>
> 194.121.222.1 www.yahoo.co.uk
> 194.121.222.1 www.yahoo.com
> 194.121.222.1 www.excite.com
>
I guess No.

Best regards,
Ilker G.
Received on Tue Jul 18 2000 - 09:02:22 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:33 MST