[squid-users] problem with access_log

From: Ramashish Baranwal <ramashish.lists@dont-contact.us>
Date: Fri, 7 Mar 2008 15:12:16 +0530

Hi,

I am trying to prevent logging of certain urls using acls on
access_log. The corresponding part of my squid.conf looks like-

acl test_url url_regex .*test.*

# don't log test_url
access_log none test_url

# log others
access_log <log-file-path> squid

Squid however, is not honoring the acl. It logs everything. The log for request

http://netdev.com/test/

looks like-

1204882748.408 RELEASE -1 FFFFFFFF 15A550F13DEC5BEE462C4DDCA8645838
403 1204882748 0 1204882748 text/html 1091/1091 GET
http://netdev.com/test/

What am I missing here?
My squid version is squid/2.6.STABLE16.

Thanks in advance,
Ram
Received on Fri Mar 07 2008 - 02:42:19 MST

This archive was generated by hypermail pre-2.1.9 : Tue Apr 01 2008 - 13:00:05 MDT