[squid-users] HTTPD reverse proxy

2005-10-06 Thread M Harrata
Hi all; I'm trying to use squid in REVERSE proxy mode. It works very fine for a simple use like: Client - http://outside - http://inside I try then to use it with a secure connection: Client - https://outside - https://inside IT'S NOT WORKING at ALL. This is my configuration:

Re: [squid-users] HTTPD reverse proxy

2005-10-06 Thread Brett Lymn
On Thu, Oct 06, 2005 at 08:39:43AM +0200, M Harrata wrote: What's wrong with my conf? what's to do for using https in reverse proxy mode ? what does your cache_peer line look like? does it have the ssl option: cache_peer 10.10.10.10 parent 443 0 default no-query ssl sslflags=DONT_VERIFY_P

Re: [squid-users] slower connections using squid (squid is slowing down all connections)

2005-10-06 Thread Alex
Hello all, I'm comming back with new info: - i rebuilded from src.rpm and upgraded from squid-2.5.STABLE6-3.4E.11 to squid-2.5.STABLE11-1.FC3! After upgrade, no semnificative improvements regarding my problem (between 11AM up 15PM my squid become slower - connections are worse then a dial-up

[squid-users] delay pools

2005-10-06 Thread Hement Gopal
Hi all I've compiled Squid 2.5 STABLE 5 with delay pools on and would like throttle all media downloads (eg mpeg, avi, mp3 etc)...during office hours. Can some tell me what lines to include in my squid.conf? Thanks. Rgds, Hement

Re: [squid-users] delay pools

2005-10-06 Thread Brent Clark
Hement Gopal wrote: Hi all I've compiled Squid 2.5 STABLE 5 with delay pools on and would like throttle all media downloads (eg mpeg, avi, mp3 etc)...during office hours. Can some tell me what lines to include in my squid.conf? Hi Hement acl workdays time M T W H F A 07:00-19:30

[squid-users] Error in STABLE11

2005-10-06 Thread Awie
All, Just now, I got the intermittent start but no serve problem (below attached the message). Squid uses same PID with svscanboot. This makes me more clear to know the problem source. Thx Rgds, Awie ===SNIP=== Active Internet connections (servers and established) Proto Recv-Q Send-Q Local

[squid-users] AD group changes don't get applied until restart of Squid - Is this normal?

2005-10-06 Thread Nathan Reeves
Got NTLM authentication working fine with Stable11 on Windows 2003 Server STD. Just finding that when I change the group membership of the Inernet Access group,the membership change doesn't affect web access for the added / removed user until I stop and restart the squid service. This is my

[squid-users] Which the best OS for Squid?

2005-10-06 Thread Bonnici Daniel
Hi, which is the best linux OS for security and to run squid?? cheers Daniel

Re: [squid-users] how to set dns_children limit over 32

2005-10-06 Thread Henrik Nordstrom
On Thu, 6 Oct 2005, [big5] Ken Lei (?a) wrote: Because I have some web site, I must use dnsserver (--disable-internal-dns) refer to hosts file route to the web site. Therefore, I want to know how to set the dns_children limit over 32. Squid-2.5 reads /etc/hosts (or other file

Re: [squid-users] Which the best OS for Squid?

2005-10-06 Thread Askar
Bonnici Daniel wrote: Hi, which is the best linux OS for security and to run squid?? cheers Daniel www.slackware.com coz it follows KISS (Keep It Simple Stupid) ;) regards Askar

Re: [squid-users] Which the best OS for Squid?

2005-10-06 Thread D E Radel
- Original Message - From: Askar [EMAIL PROTECTED] To: Bonnici Daniel [EMAIL PROTECTED] Cc: squid-users@squid-cache.org Sent: Thursday, October 06, 2005 11:09 PM Subject: Re: [squid-users] Which the best OS for Squid? Bonnici Daniel wrote: Hi, which is the best linux OS for

[squid-users] Problem with squid connecting to an FTP server

2005-10-06 Thread Neil A. Hillard
Hi, One of my users has reported a problem connecting to a specific FTP server via our proxy (running 2.5stable10). The problem that's been reported is with an FTP site that uses authentication so we're using ftp://username:[EMAIL PROTECTED]/path/ in the browser. The error the user is

Re: [squid-users] Which the best OS for Squid?

2005-10-06 Thread Odhiambo Washington
* On 06/10/05 23:25 +1300, D E Radel wrote: - Original Message - From: Askar [EMAIL PROTECTED] To: Bonnici Daniel [EMAIL PROTECTED] Cc: squid-users@squid-cache.org Sent: Thursday, October 06, 2005 11:09 PM Subject: Re: [squid-users] Which the best OS for Squid? Bonnici

RE: [squid-users] HTTPD reverse proxy

2005-10-06 Thread M Harrata
Thank You Brett for your answer. Unfortunately, it does not work for me. I add the following line: Cache_peer MySquid_IP parent 443 0 default no-query ssl sslflags=DONT_VERIFY_PEER front-end-https login=PASS

Re: [squid-users] Which the best OS for Squid?

2005-10-06 Thread Ronny
Anything that has selinux + execshield integrated ;-) did I say runs good on FC *** PGP Fingerprint: 6695 794A B84E D922 88FB 73CC 6CBD 8036 B3CD 7304 We can't become what we need to be by remaining what we are

Re: [squid-users] slower connections using squid (squid is slowing down all connections)

2005-10-06 Thread Joost de Heer
Free Memory = 24M !! I have installed on my serverv 1G Reg Ecc available (plus 2Gb swap). Swap still remain unused and from phisycal memory it remain 18-24M free. Two words: memory cache. Reading from memory is much much faster than reading from disk, so disk reads are cached in memory

Re: [squid-users] iTunes

2005-10-06 Thread Hendro Susanto
do not understand what you mean. which first entry? On 05/10/05, Mark Elsen [EMAIL PROTECTED] wrote: is there any way to pass CDDB query through squid ? -hendro- Check the first entry of the FAQ. M.

Re: [squid-users] HTTPD reverse proxy

2005-10-06 Thread Brett Lymn
On Thu, Oct 06, 2005 at 01:20:34PM +0200, M Harrata wrote: Unfortunately, it does not work for me. I add the following line: Cache_peer MySquid_IP parent 443 0 default no-query ssl sslflags=DONT_VERIFY_PEER front-end-https login=PASS

Re: [squid-users] Which the best OS for Squid?

2005-10-06 Thread Robert Becskei
Best advice choose whatever distro you likeand know how to use the best. Nothing agains FreeBSD nothing agains Linux... I presonaly use CentOS 3.0 for my Squid install with SeLinux disabled... cause I really-really don't need it , got a firewall n'all before the squid server, and I'm only

[squid-users] bad squid - Daniel Navarro - xstrdup

2005-10-06 Thread Daniel Navarro
Hi all Have had really bad time with squid on centos 4.1 after several days of good behaviour. Several box hangs daily, I found this FATAL: xstrdup: tried to dup a NULL pointer message so found it as a bug for squid stable6. So I change to Fedora 4 with stable 12 and has hangs again but now

Re: [squid-users] Which the best OS for Squid?

2005-10-06 Thread Covington, Chris
Hi, which is the best linux OS for security and to run squid?? This is a matter of opinion. Mine is that gentoo is the best for squid. emerge squid and you're all done. When updates come out for squid or it's dependencies, as with your whole installed package base aka world in general, you

Re: [squid-users] AD group changes don't get applied until restart of Squid - Is this normal?

2005-10-06 Thread Covington, Chris
I don't know about ntlm, but if you use squid_ldap_group against AD you won't have that limitation. --- Chris Covington IT Plus One Health Management 75 Maiden Lane Suite 801 NY, NY 10038 646-312-6269 http://www.plusoneactive.com

[squid-users] Module squid wccp

2005-10-06 Thread Cuenta IMAP
Hi, I have squid how proxy, and i need set with wccp do I really need the module ip_wccp.o?

[squid-users] delay pools again ... for certain file types only

2005-10-06 Thread Hement Gopal
Hi all Squid 2.5 Stable 5 Being trying to get this working most of today but not much luck. All i want to acheive is to limit the downloads of certain file types (mpeg, avi etc) for my entire class b network. Can anyone assist? Rgds, Hement

Re: [squid-users] Problem with squid connecting to an FTP server

2005-10-06 Thread Neil A. Hillard
Hi, Neil A. Hillard wrote: I've performed a packet capture and see the following events: o Squid connects, logs in and changes to the correct directory. o Squid issues a PORT command (Active FTP connection). o FTP server acknowledges with a 200. o Squid issues LIST command o FTP server

Re: [squid-users] delay pools again ... for certain file types only

2005-10-06 Thread Odhiambo Washington
* On 06/10/05 17:01 +0200, Hement Gopal wrote: Hi all Squid 2.5 Stable 5 Being trying to get this working most of today but not much luck. All i want to acheive is to limit the downloads of certain file types (mpeg, avi etc) for my entire class b network. Can anyone assist? Rgds,

[squid-users] squid cache too little

2005-10-06 Thread Axel Böhme
Hi all, my squid machine (debian 3.1/squid 2.5) is not using the whole cache. Only about 10% of the Cache Size is in use. Does anyone got a hint for me? i am using squid as transparent proxy with dansguardian content filter. here is my squid.conf: http_port 3128 icp_port 3130

Re: [squid-users] how to set dns_children limit over 32

2005-10-06 Thread Henrik Nordstrom
On Fri, 7 Oct 2005, Ken Lei wrote: does it mean I set hosts_file, squid will follow the host.conf order to resolve the dns (first hosts and then resolv.conf nameserver )? The default is /etc/hosts, and used if hosts_file is not specified. Yes, the contents of the hosts_file is used before

Re: [squid-users] Which the best OS for Squid?

2005-10-06 Thread Sushil Deore
I found FC as the most convenient for squid as I am running it from a long time and so far no cribs... :) I've tried squid on all the FC's i.e. FC-1,FC-2 the latest is on FC-3 which works fine. -- Sushil.

[squid-users] Bug when using %i in ERR_ACCESS_DENIED

2005-10-06 Thread Nick Forbes
Hi, I have edited my ERR_ACCESS_DENIED error page to include the client IP by means of %i. This works perfectly then the error page is triggered by an http_access deny ..., however when it is triggered by an http_reply_access deny ..., the IP is given as 0.0.0.0. Has anyone else come

RE: [squid-users] AD group changes don't get applied until restart of Squid - Is this normal?

2005-10-06 Thread Chris Robertson
-Original Message- From: Nathan Reeves [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 1:03 AM To: squid-users@squid-cache.org Subject: [squid-users] AD group changes don't get applied until restart of Squid - Is this normal? Got NTLM authentication working fine

Re: [squid-users] AD group changes don't get applied until restart of Squid - Is this normal?

2005-10-06 Thread D E Radel
From: Nathan Reeves [EMAIL PROTECTED] To: squid-users@squid-cache.org Sent: Thursday, October 06, 2005 10:03 PM Subject: [squid-users] AD group changes don't get applied until restart of Squid - Is this normal? Got NTLM authentication working fine with Stable11 on Windows 2003 Server STD.

Re: [squid-users] Bug when using %i in ERR_ACCESS_DENIED

2005-10-06 Thread Serassio Guido
Hi, At 20.19 06/10/2005, Nick Forbes wrote: Hi, I have edited my ERR_ACCESS_DENIED error page to include the client IP by means of %i. This works perfectly then the error page is triggered by an http_access deny ..., however when it is triggered by an http_reply_access deny ..., the IP

Re: [squid-users] squid cache too little

2005-10-06 Thread Matus UHLAR - fantomas
On 06.10 19:04, Axel Böhme wrote: my squid machine (debian 3.1/squid 2.5) is not using the whole cache. Only about 10% of the Cache Size is in use. Does anyone got a hint for me? Do you mean that only 10% of disk space is used on the partition you have cache_dir on? httpd_accel_host virtual

Re: [squid-users] HTTPD reverse proxy

2005-10-06 Thread Brett Lymn
On Thu, Oct 06, 2005 at 04:43:22PM +0200, M Harrata wrote: I had to start by all these infos: I'm using Fedora CORE 4. Squid is pre-installed. ah... that's not going to work. I presume I'm using one of the latest stable version... Do I need patch for this version ? Yes, you need to