[squid-users] Cache a site which is redirected by DNS manipulation

2014-08-30 Thread nuhll
Hi, i had a thread here: http://squid-web-proxy-cache.1019090.n4.nabble.com/ONLY-Cache-certain-Websites-td4667121.html But ive comen across so many problems that i decided to just cache one website (windows updates). The Squid Proxy need to cache onle domains like: windowsupdate.com

[squid-users] Re: server failover/backup

2014-08-21 Thread nuhll
This appears to be a client (192.168.0.125) connecting to what it thinks is a regular forward-proxy port: http_port 3128 or http_port 192.168.0.1:3128 Like i said the clients get the ip and port thru dhcp, thats correct behaivour in my eyes. This above shows Squid receiving various

[squid-users] Re: server failover/backup

2014-08-20 Thread nuhll
I found out why. If i go direct to http://llnw.blizzard.com/hs-pod/beta/EU/4944.direct/Updates/hs-6187-6284-Win_deDE-final.MPQ it works (without proxy). If i enable proxy, it wont work and i get 503. BTW i upgraded to Squid Cache: Version 3.3.8 -- View this message in context:

[squid-users] Re: server failover/backup

2014-08-20 Thread nuhll
Hello, thanks for your help. I own a dhcp server which spread the proxy ip:port to all clients (proxy settings are default search for) so all programs are using this proxy automatic for http requests. I use Linux version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 4.6.3 (Debian

[squid-users] Re: server failover/backup

2014-08-20 Thread nuhll
Some Logs: == /var/log/squid3/cache.log == 2014/08/20 19:33:19.809 kid1| client_side.cc(777) swanSong: local=192.168.0.1:3128 remote=192.168.0.125:62595 flags=1 2014/08/20 19:33:20.227 kid1| client_side.cc(777) swanSong: local=192.168.0.1:3128 remote=192.168.0.125:62378 flags=1 2014/08/20

[squid-users] Re: server failover/backup

2014-08-20 Thread nuhll
I give up. Squid sucks so hard. New and easier idea: accel the sites i want to cache. But how? Information about this is crazy much http://wiki.squid-cache.org/SquidFaq/ReverseProxy But how to cache? # #Recommended minimum configuration: # debug_options ALL,1 33,2 # Example rule allowing

[squid-users] Re: server failover/backup

2014-08-19 Thread nuhll
I got help by email: removed intercept from http port (bc i dont use nat) and removed quick_abort_min. (i got told it bugs sometimes) Still battle.net is not working. I cant believe im the only one with this problem... -- View this message in context:

[squid-users] Re: ONLY Cache certain Websites.

2014-08-18 Thread nuhll
What is pnp. Do you mean UPNP? Its enabled. I dont understand RU. If i were able to read and understand it, why u think i post it here? Just so that u tell me thats the answer?! -- View this message in context:

[squid-users] Re: ONLY Cache certain Websites.

2014-08-18 Thread nuhll
Just to clarify my problem: I dont use it as a transparente proxy! I distribute the proxy with my dhcp server and a .pac file. So it gets used on all machines with auto detection proxy -- View this message in context:

[squid-users] Re: ONLY Cache certain Websites.

2014-08-18 Thread nuhll
Thanks for no help, but could u please spam then? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/ONLY-Cache-certain-Websites-tp4667121p4667247.html Sent from the Squid - Users mailing list archive at Nabble.com.

[squid-users] Re: server failover/backup

2014-08-18 Thread nuhll
Question: why u spam my thread? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/ONLY-Cache-certain-Websites-tp4667121p4667249.html Sent from the Squid - Users mailing list archive at Nabble.com.

[squid-users] Re: ONLY Cache certain Websites.

2014-08-15 Thread nuhll
I got nearly all working. Except Battle.net. This problem seems to known, but i dont know how to fix. http://stackoverflow.com/questions/24933962/squid-proxy-blocks-battle-net https://forum.pfsense.org/index.php?topic=72271.0 -- View this message in context:

[squid-users] Re: ONLY Cache certain Websites.

2014-08-12 Thread nuhll
Hello, thanks for your help. I fixed the slow issue by myself, i forgott to add nameservers, so it was using the local dns, which ofc fakes some ips... i added nameservers directive and it works now fast again. root@debian-server:~# cat /proc/version Linux version 3.2.0-4-amd64

[squid-users] Re: ONLY Cache certain Websites.

2014-08-11 Thread nuhll
Thanks for your help. But i go crazy. =) Internet is slow as fuck. I dont see any errors in the logs. And some services (Battle.net) is not working. /etc/squid3/squid.conf debug_options ALL,1 33,2 acl domains_cache dstdomain /etc/squid/lists/domains_cache cache allow domains_cache acl localnet

[squid-users] Re: ONLY Cache certain Websites.

2014-08-06 Thread nuhll
Thanks for your answer. Ill try to get it working but im not sure how. I dont understand this acl system. I know there are alot of tutorials out there, but not in my mother language so im not able to fully understand such expert things. Could you maybe show me atleast at one exampel how to get

[squid-users] Re: ONLY Cache certain Websites.

2014-08-05 Thread nuhll
Thanks, but its not possible to make a list of all possible websites which i could visit but i dont want to cache xD. Is there no way to direct ALL websites direct EXCEPT only some websites? -- View this message in context:

[squid-users] Re: ONLY Cache certain Websites.

2014-08-04 Thread nuhll
Hello, you are right. I dont mean redirect like 301. I mean, squid should not touch the website or connection and just send it direct to the website, except some websites which i want to cache. How to archive this? -- View this message in context:

[squid-users] Re: ONLY Cache certain Websites.

2014-08-04 Thread nuhll
always_direct allow all and then my other code, or i need to add it before? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/ONLY-Cache-certain-Websites-tp4667121p4667136.html Sent from the Squid - Users mailing list archive at Nabble.com.

[squid-users] Re: ONLY Cache certain Websites.

2014-08-03 Thread nuhll
Seems like acl all src all fixed it. Thanks! One problem is left. Is it possible to only cache certain websites, the rest should just redirectet? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/ONLY-Cache-certain-Websites-tp4667121p4667127.html Sent from

[squid-users] Re: ONLY Cache certain Websites.

2014-08-02 Thread nuhll
im not able to fix it. Normal websites work. But i cant get it to cache (or even allow access to Windows Update or Kaspersky). Whats i am doin wrong? 2014/08/02 17:05:35| The request GET http://dnl-16.geo.kaspersky.com/updaters/updater.xml is DENIED, because it matched 'localhost' 2014/08/02