Search squid archive

Re: deny_info

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2011/5/9 Amos Jeffries <squid3@xxxxxxxxxxxxx>:
> 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

I'm making test for all the new thing I will implement, so, when all
work fine I'll make the change !!!
>
>> 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"?

yes that's the unique http_access that work with this acl.


I make a few test and this is the result:

#THIS NOT WORK
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 !max

#THIS WORK
acl ext url_regex -i \.exe$
acl ip src 192.168.10.10
acl max maxconn 1
http_access deny max
# I already create the page in the directory's errors pages.
deny_info ERR_EXT_PAGE max
http_access allow !max

The difference it's that the "http_access deny" only have an argument
my ACL, but if I combine it, then do not show me the PAGE that I
created. There any way to solve that?

>
> Amos
>


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux