[squid-users] Re: Squid 3.4.x Videos/Music Booster

2014-06-11 Thread Stakres
Hi All,

New  build 1.03 https://sourceforge.net/projects/squidvideosbooster/  
including script in C++

Special thanks to Cassanio for the C++ 

Bye Fred



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-3-4-x-Videos-Music-Booster-tp4666154p4666302.html
Sent from the Squid - Users mailing list archive at Nabble.com.


[squid-users] Re: cache problem

2014-06-11 Thread babajaga
In case, I correctly understand, 82MB-file is flushed from cache after 1'st
stalled/partial download from cache ?
If yes, it would be a good idea to post the http-headers of the cached file.
You might also add
 ignore-reload ignore-private negative-ttl=0

What is your
maximum_object_size_in_memory
in squid.conf ?

In case, virusscanner is clamAV, it _might_ have/cause problems with large
files. So you should try another cached large file to download, just to
compare.

MfG :-)





--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/cache-problem-tp4666287p4666303.html
Sent from the Squid - Users mailing list archive at Nabble.com.


[squid-users] How can I make squid ignore cached DNS looks up ?

2014-06-11 Thread Mark jensen


Hello 

we all know that access.log file logs the access Info of Squid, something like 
that:
125213512.746 41762 192.168.1.17 .. 
125213513.746 47616 192.168.1.18 ..


MY local DNS server has records like this ( in its revers zone 
(1.168.192.in-addr.arpa)):

$TTL 60 ; 1 minute 
17    PTR Mark
18    PTR Mike

I have managed to make this record in the access.log file (using the option 
log_fqdn on and by changing the log format):

125213512.746 41762 192.168.1.17 .. 

to be something like that:

125213512.746 41762 192.168.1.17 Mark .. 

the problem is that the DNS records keep changing ( something like that ):

$TTL 60 ; 1 minute 
17    PTR Karl
18    PTR Mike

and

$TTL 60 ; 1 minute 
17    PTR Paul
18    PTR Mike

and so on ..

but the squid keep resolving the IP as Mark, so I guess that Squid use the 
cached look up so what ever Mark change in DNS zone it keeps it Mark

My questions are:

1) what is the option who makes Squid cache looks up ?
2) how to stop this option and make Squid keeps ask the DNS and ignore the 
cache looks up?



  

Re: [squid-users] Re: cache problem

2014-06-11 Thread Karl Heinz Wichmann

Hallo Augustus

Am 11.06.2014 09:12, schrieb babajaga:

In case, I correctly understand, 82MB-file is flushed from cache after 1'st
stalled/partial download from cache ?


Yes, that right.


If yes, it would be a good idea to post the http-headers of the cached file.



http://184.72.238.199/asg/v7/man8/u2d-man8-7.59.tgz.gpg^@HTTP/1.1 200 OK
Date: Wed, 11 Jun 2014 19:49:34 GMT
Server: lighttpd/1.4.31
Content-Type: application/octet-stream
Accept-Ranges: bytes
Content-Length: 86136070
Proxy-Connection: Keep-Alive
Connection: Keep-Alive




You might also add
  ignore-reload ignore-private negative-ttl=0


I have add the setting, but no change.



What is your
maximum_object_size_in_memory


The default value: 512 kB


in squid.conf ?

In case, virusscanner is clamAV, it _might_ have/cause problems with large
files. So you should try another cached large file to download, just to
compare.


No clamAV. The Firewall use McAfee.




MfG :-)





--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/cache-problem-tp4666287p4666303.html
Sent from the Squid - Users mailing list archive at Nabble.com.



[squid-users] Re: squid with qlproxy on fedora 20 not working for https traffic

2014-06-11 Thread MrErr
I got this working. The single change i made was adding the statement

ssl_bump server-first all

if i tried anything else other than all it did not work, https did
filtering did not happen. Does anyone know if there is some kind of bug?



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-with-qlproxy-on-fedora-20-not-working-for-https-traffic-tp4666277p4666308.html
Sent from the Squid - Users mailing list archive at Nabble.com.


[squid-users] Re: cache problem

2014-06-11 Thread babajaga

 What is your
 maximum_object_size_in_memory

The default value: 512 kB


Increase above 82 MB. Usually squid 2.7 keeps only in-transit objects in
memory, then in memory_cache, until swapped out later on. So this might
inhibit the swap-out to disk, because not being cached before in memory. 

MfG aus dem Pott




--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/cache-problem-tp4666287p4666309.html
Sent from the Squid - Users mailing list archive at Nabble.com.