I could fetch the file from the server but I don't know how to look at
the header of a .pd5 file
Jason
On Mon, Apr 18, 2011 at 2:41 AM, Matus UHLAR - fantomas
wrote:
> On 14.04.11 12:08, Jason Greene wrote:
>> Can some one tell me if it is possible to make squid not cache a si
I found the answer
# Deny cache for shavlik
acl shavlik-nocache dstdomain .shavlik.com
cache deny shavlik-nocache
Jason
Can some one tell me if it is possible to make squid not cache a single domain?
We have a service that downloads a file and squid seems to be keeping
the old file in cache so we are not getting the updates.
How do I set squid to not cache a domain and/or how do I clear that
domain's cache and/or
We have two squid servers and would like to run some reports on the logs.
Is there a way to get both servers to use a single access.log file so
our report app (MySAR) can do its job with a single file?
Jason
how can I get it to you?
Jason
On Wed, Dec 22, 2010 at 6:35 PM, Amos Jeffries wrote:
> On 21/12/10 06:15, Jason Greene wrote:
>>
>> So what do you recommend as a solution?
>>
>> The only line I have in my conf that has "ssl" in it is this
>> acl SS
a HTTP Proxy CONNECT Loop DoS show on my scan?
Thanks
Jason
On Fri, Dec 17, 2010 at 11:38 PM, Amos Jeffries wrote:
> On 18/12/10 04:35, Jason Greene wrote:
>>
>> On Thu, Dec 16, 2010 at 7:41 PM, Amos Jeffries
>> wrote:
>>>
>>> On 17/12/10 10:38, Jason
still there
Now, even if I set it to 5, the vulnerability shows
Anyone know what is going on?
Jason
On Fri, Dec 17, 2010 at 9:35 AM, Jason Greene wrote:
> On Thu, Dec 16, 2010 at 7:41 PM, Amos Jeffries wrote:
>> On 17/12/10 10:38, Jason Greene wrote:
>>>
>>> I m
On Thu, Dec 16, 2010 at 7:41 PM, Amos Jeffries wrote:
> On 17/12/10 10:38, Jason Greene wrote:
>>
>> I m trying to close a security hole
>>
>>
>> I want to use maxconn on ALL IPs
>>
>> acl limitusercon maxconn 3
>> http_access deny all limituser
I m trying to close a security hole
I want to use maxconn on ALL IPs
acl limitusercon maxconn 3
http_access deny all limitusercon
But it doesn't seem to work and the hole still appears on a scan.
Are these the correct settings?
Jason