[squid-users] Squid opens too much icap connections

2010-03-02 Thread akinf
have implemnted a icap server, and configured squid to forward request to this server. Everything works fine but, Squid opens too much icap connections and exhaust my filedescriptors. I upgraded my squid to latest version Squid Cache: Version 3.1.0.17 Bu it still opens too much icap

Re: [squid-users] Help with ACL

2010-03-02 Thread Kinkie
l.com On Tue, Mar 2, 2010 at 9:27 AM, Roland RoLaNd r_o_l_a_...@hotmail.com wrote: Thanks for your reply... i've noticed more than once talks about external acl though never understood the concept.. you mean a script that gets called by squid? Yes. Called is not the best term

[squid-users] What is OPTIONS in my log files?

2010-03-02 Thread Network Administrator
TCP_MISS/503 2158 OPTIONS http://internet04-a/ - DIRECT/internet04-a text/html Thank you very much. __ Information from ESET Smart Security, version of virus signature database 4907 (20100302) __ The message was checked by ESET Smart Security. http://www.eset.com

Re: [squid-users] Squid opens too much icap connections

2010-03-02 Thread Nyamul Hassan
If you are seeing this in your squid's 'cache.log', it means you need to increase the file-descriptor limit both in your OS, and squid. A nice article can be found as below: http://onlamp.com/pub/a/onlamp/2004/02/12/squid.html Regards HASSAN On Tue, Mar 2, 2010 at 2:45 PM, akinf

Re: [squid-users] squid prosy with multi wan links and load balancer

2010-03-02 Thread Henrik Nordström
tis 2010-03-02 klockan 09:05 +0800 skrev luke: why iptables can't not control the traffic iptables can not control the initial ip assignment of outgoing connections, that's done by the routing table. You created a multilink default gateway route, and here the routing table distributes traffic

Re: [squid-users] What is OPTIONS in my log files?

2010-03-02 Thread Henrik Nordström
tis 2010-03-02 klockan 17:08 +0800 skrev Network Administrator: Hi, Can someone tells me what is the meaning of OPTIONS in my access log file? 1266214752.500 27 192.168.100.19 TCP_MISS/503 2128 OPTIONS http://cl3_12/ - DIRECT/cl3_12 text/html OPTIONS is an HTTP method where the client

[squid-users] Regarding ntlm authentication

2010-03-02 Thread senthilkumaar2021
Hi All I configured ntlm authentication in squid using samba server as a medium connect to active directory. When we open browser squid asks for a password it authenticates when i give user name and password and when i give domainame/username password means it does not authenticate I am

Re: [squid-users] squid prosy with multi wan links and load balancer

2010-03-02 Thread luke
why iptables can't not control the traffic iptables can not control the initial ip assignment of outgoing connections, that's done by the routing table. You created a multilink default gateway route, and here the routing table distributes traffic among those links, which also means outgoing

Re: [squid-users] NTLM Authentication and Connection Pinning problem

2010-03-02 Thread Jeff Foster
On Thu, Feb 18, 2010 at 8:06 AM, Amos Jeffries squ...@treenet.co.nz wrote: Thats what I described as weird. The server is not obeying that. It challenged for every new object requested within link #7 in your trace. Not sure what you mean by link 7, if you are refering to GET

Re: [squid-users] Squid - Squidguard ssl pages error code 404

2010-03-02 Thread Marcus Kool
mic...@casa.co.cu wrote: Marcus Kool marcus.k...@urlfilterdb.com escribió: Michel, Proxies are the URL filter circumventors, so if you like to use a URL filter, you should always block proxies. Henrik stated in a separate response that some browsers have problems with HTTP 302 redirect

AW: [squid-users] Squid opens too much icap connections

2010-03-02 Thread Zeller, Jan
Hi, have you ever tried this one ? http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/ regards, Jan Von: akinf [fatih.a...@turkcellteknoloji.com.tr] Gesendet: Dienstag, 2. März 2010 09:45 An: squid-users@squid-cache.org

[squid-users] squid mysql authentication

2010-03-02 Thread Taco Walstra
Hi, I'm trying to get mysql authentication working, but I'm stuck. Any help is very welcome. I use squid 3.0 from an opensuse 11.1 distro. It's running on 3128 standard port and I redirect with iptables all requests to squid. Squid.conf contains a http_port 3128 transparent line and everything

Re: [squid-users] squid mysql authentication

2010-03-02 Thread Henrik Nordstrom
tis 2010-03-02 klockan 16:36 +0100 skrev Taco Walstra: auth_param basic program /usr/sbin/squid_db_auth --user bla --password bla --plaintext --persist with additional lines as described on the website, but I only get access denied as reply. What additional lines did you add? ANd where?

[squid-users] Squid_ldap_kerb make

2010-03-02 Thread Nick Cairncross
Hi All, I'm now looking at squid_ldap_kerb for my group lookups but I'm receiving the following error during 'make': make  all-recursive make[1]: Entering directory `/root/Desktop/squid_kerb_ldap-1.2.1' make[2]: Entering directory `/root/Desktop/squid_kerb_ldap-1.2.1' gcc -DHAVE_CONFIG_H -I.   

Re: [squid-users] Squid_ldap_kerb make

2010-03-02 Thread Henrik Nordstrom
tis 2010-03-02 klockan 17:34 + skrev Nick Cairncross: It seems to be complaining about krb5.h.. it doesn't appear on my server though I am successfully using Kerberos (configured using Samba). You need the kerberos development libraries headers installed. Not needed for using Kerberos

Re: [squid-users] Squid opens too much icap connections

2010-03-02 Thread Henrik Nordstrom
tis 2010-03-02 klockan 00:45 -0800 skrev akinf: have implemnted a icap server, and configured squid to forward request to this server. Everything works fine but, Squid opens too much icap connections and exhaust my filedescriptors. How many? Is those connections all idle and Squid

Re: [squid-users] ICAP doesnt see POST data

2010-03-02 Thread Henrik Nordstrom
mån 2010-03-01 klockan 19:03 -0600 skrev Luis Daniel Lucio Quiroz: as we have a squid with ICAP we have a requirement to save all data sent. We have a ICAP that does that, how ever when logging we can see POST url headers but we dont see data that is sent by post, are we missing

Re: [squid-users] squid mysql authentication

2010-03-02 Thread Diego Woitasen
2010/3/2 Taco Walstra tacowals...@gmail.com: Hi, I'm trying to get mysql authentication working, but I'm stuck. Any help is very welcome. I use squid 3.0 from an opensuse 11.1 distro. It's running on 3128 standard port and I redirect with iptables all requests to squid. Squid.conf contains

Re: [squid-users] Regarding ntlm authentication

2010-03-02 Thread Diego Woitasen
2010/3/2 senthilkumaar2021 senthilkumaar2...@gmail.com: Hi All I configured ntlm authentication in squid using samba server as a medium connect to active directory. When we open browser squid asks for a password it authenticates when i give user name and password and when i give

Re: [squid-users] Squid HD Limitation

2010-03-02 Thread Mr. Issa(*)
Thank you all :) On Mon, Mar 1, 2010 at 11:31 AM, Amos Jeffries squ...@treenet.co.nz wrote: Mr. Issa(*) wrote: How to change the time interval of garbage collection and cache re-digest? Thank you in advance Cordially, Bill On Sat, Feb 27, 2010 at 12:52 AM, Amos Jeffries

[squid-users] illegal proxy websites

2010-03-02 Thread Jaap Cammeraat
Hi, We have some 'smart' users who are using some websites which are proxy-servers itself. They want use a kind of secret surfing. Is there a way to find and block such sites (there are many of them) with Squid? I'm using squid-3.0.STABLE20. Many regards, Jaap Cammeraat

Re: [squid-users] illegal proxy websites

2010-03-02 Thread Marcus Kool
Jaap, URLfilterDB has over 95.000 proxy servers in its commercial URL database. Each day there are many new ones. If you are serious about blocking access to them you need a good URL filter. I represent URLfilterDB but with some googling you will find lots of others. Best regards, Marcus Kool

Re: [squid-users] illegal proxy websites

2010-03-02 Thread Evren Demirkan
Dansguardian is another popular alternative. You can easily integrate it to your working squid machine. Best Evren Demirkan On 03.03.2010 00:33, Marcus Kool wrote: Jaap, URLfilterDB has over 95.000 proxy servers in its commercial URL database. Each day there are many new ones. If you are

[squid-users] squid

2010-03-02 Thread Adnan Shahzad
Dear all Why squid TIME+ option increasing all the time? Is it because load or queue? Squid# TOP 32313 proxy 15 0 194m 190m 2216 S5 5.4 68:21.44 squid 23727 root

Re: [squid-users] squid

2010-03-02 Thread Muhammad Sharfuddin
On Wed, 2010-03-03 at 10:28 +0500, Adnan Shahzad wrote: Dear all Why swap memory not utilizing as well physical memory is utilizing properly. Squid# free -m total used free sharedbuffers cached Mem: 3547 3263283 0

[squid-users] Regarding wccp

2010-03-02 Thread senthilkumaar2021
Hi All, I need to configure squid +Tproxy+ wccp I followed the document as if in the squid cache wccp2_router $ROUTERIP wccp2_forwarding_method gre wccp2_return_method gre wccp2_service dynamic 80 wccp2_service dynamic 90 wccp2_service_info 80 protocol=tcp flags=dst_ip_hash priority=240 ports=80