Re: [squid-users] http_access by passed

From: squidrunner support <squidrunner_dev@dont-contact.us>
Date: Mon, 23 May 2005 22:08:13 -0700 (PDT)

Hi,

> http://www.google.com.ar%00@www.bangbus.com/
>
>
> I have tried this
> acl 1rule url_regex -i bangbus
> ----
> http_access deny 1rule (as the first http_access
> line !!!!)

You have to use urlpath_regex to block this as,

acl 1rule urlpath_regex -i bangbus
http_access deny 1rule

Reconfigure squid to get this effect. (./squid -k
reconfigure)

> i have also try to block the "%00@" in url_regex,
> dstdom_regex,
> urlpath_regex....and it didnt work.

How did you try to block this. You may try as,

acl 2rule urlpath_regex %00@
http_access deny 2rule

Try this out.

==================================================
Best Regards,
Squid Runner Support
squidrunner_dev at yahoo dot com

Web: http://geocities.com/squidrunner_dev/
Support: runnersupport at gmail dot com

SquidRunner - An Automatic Squid Builder
==================================================

                
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
Received on Mon May 23 2005 - 23:08:30 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Jun 01 2005 - 12:00:03 MDT