On Mon, 9 May 2011 13:07:50 -0400, Carlos Manuel Trepeu Pupo wrote:
Hi, I'm now using deny_info to personalize the error pages. I have
installed Squid 3.0 STABLE1 (I know it's an old version). Here is an
So why for the sake of 6 *major* security vulnerabilities did you do
that?
http://www.squid-cache.org/Advisories
example of my squid.conf:
acl ext url_regex -i \.exe$
acl ip src 192.168.10.10
acl max maxconn 1
http_access deny ip ext max
# I already create the page in the directory's errors pages.
deny_info ERR_EXT_PAGE max
http_access allow !maxconn
The problem is that the page that show me it the default of denied
and
not the mine. What's wrong and how could I fixed ?
Are you sure its being denied by "deny ip ext max"?
Amos