On Wed, 9 Feb 2005, cipher wrote:

when o match that url i got the information that the
following is being blocked:

awprofessional.com/articles/article.asp?

Shouldn't it be blocking

awprofessional.com/articles/article.asp?p63731

It probably is.

access.log by default does not contain query terms. This is to protect your users personal information such as logins + passwords etc.

See squid.conf.default for instructions if you want the query terms to be logged in access.log.

The url_regex directive matches on the complete URL including query terms.

Regards
Henrik

Reply via email to