[squid-users] Reverse proxy in squid 2.6 for GPRS mobiles

2006-11-05 Thread Mohamed Navas V
Hi, We have one registered FQDN , proxy1.example.com with public ip 85.10.10.10 for the proxy server with squid 2.6. Public internet users want to access some our internal web servers with private IPs, 10.0.0.1, 10.0.0.2, 10.0.0.3. What is the best way to do it in squid 2.6? What address they w

Re: [squid-users] FD limits under Squid-2.6STABLE5 stuck at 1024

2006-11-05 Thread Henrik Nordstrom
lör 2006-11-04 klockan 19:07 -0800 skrev zulkarnain: > I've just found FD limits under squid-2.6stable5 stuck > at 1024 eventhough compiled with option > --with-maxfd=8192 Works for me.. 2006/11/05 10:17:03| Starting Squid Cache version 2.6.STABLE5-CVS for x86_64-unknown-linux-gnu... 2006/11/05

Re: [squid-users] Reverse proxy in squid 2.6 for GPRS mobiles

2006-11-05 Thread Mark Elsen
Hi, We have one registered FQDN , proxy1.example.com with public ip 85.10.10.10 for the proxy server with squid 2.6. Public internet users want to access some our internal web servers with private IPs, 10.0.0.1, 10.0.0.2, 10.0.0.3. What is the best way to do it in squid 2.6? What address they w

Re: [squid-users] Re: ncsa_auth.c:143: undefined reference to `crypt'

2006-11-05 Thread Guido Serassio
Hi, At 00.28 05/11/2006, Henrik Nordstrom wrote: lör 2006-11-04 klockan 16:45 -0600 skrev Xavier O'Neill: > I am attempting to build squid 2.6 from src's on a Windows XP pro system. You need libcrypt, or to disable the use of UNIX crypt() hashed passwords. This is a known problem with MinGW

[squid-users] COSS trouble revisited ...

2006-11-05 Thread Odhiambo WASHINGTON
Finally 2.6STABLE4 made it to FreeBSD (6.x) ports. I made an attempt at using Squid with COSS cache. Squid fails to start and there is a core dump. Here are the details: cache_dir coss /usr/local/squid/squid-coss/c0d2p1 5 max-size=131072 cache_dir coss /usr/local/squid/squid-coss/c0d2p2 5 max-s

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Adrian Chadd
On Sun, Nov 05, 2006, Odhiambo WASHINGTON wrote: > Finally 2.6STABLE4 made it to FreeBSD (6.x) ports. I made an attempt at > using Squid with COSS cache. > Squid fails to start and there is a core dump. Please upgrade to the latest Squid-2.6 release - there's been some ongoing COSS work which I'm

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Guido Serassio
Hi, At 14.31 05/11/2006, Odhiambo WASHINGTON wrote: Finally 2.6STABLE4 made it to FreeBSD (6.x) ports. I made an attempt at using Squid with COSS cache. Squid fails to start and there is a core dump. Here are the details: cache_dir coss /usr/local/squid/squid-coss/c0d2p1 5 max-size=131072 cac

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Guido Serassio
Hi Adrian, At 14.44 05/11/2006, Adrian Chadd wrote: Please upgrade to the latest Squid-2.6 release - there's been some ongoing COSS work which I'm sure has fixed this particular bug. The changes in STABLE5 are related to the handling of a new stripe, adding squid -z support. A work around co

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Thomas-Martin Seck
* Odhiambo WASHINGTON ([EMAIL PROTECTED]): > Finally 2.6STABLE4 made it to FreeBSD (6.x) ports. I made an attempt at > using Squid with COSS cache. I'd like to add that this is STABLE4 plus most changesets up to and including changeset 11066 so what's available via FreeBSD ports at this time is

Re: [squid-users] FD limits under Squid-2.6STABLE5 stuck at 1024

2006-11-05 Thread zulkarnain
--- Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > > any idea how to increase FD limits? > > When you build Squid set the ulimit or use > --with-maxfd=... > > When you start Squid make sure the hard ulimit is > set accordingly. > > Regards > Henrik > If squid build by using --with-maxfd=16384

[squid-users] Squid config problem - Ubuntu LAMP server

2006-11-05 Thread Stephen Liu
Hi folks, Ubuntu-6.06.1-LAMP-server-amd64 dynamic IP squid This is only a test. I followed the "server guide" https://help.ubuntu.com/ubuntu/serverguide/C/squid.html to install and configure squid and encourtered following problem; $ sudo /etc/init.d/squid restart * Restarting Squid HTTP pro

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Guido Serassio
Hi, At 17.25 05/11/2006, Odhiambo WASHINGTON wrote: * On 05/11/06 14:53 +0100, Guido Serassio wrote: Hi Guido, 5GB is what I expect, and perhaps this is where I may be missing the point, if that specification says it is 5MB! Does my specification mean the size is 5MB, not 5GB? 5MB. Must be:

Re: [squid-users] FD limits under Squid-2.6STABLE5 stuck at 1024

2006-11-05 Thread Henrik Nordstrom
sön 2006-11-05 klockan 07:46 -0800 skrev zulkarnain: > If squid build by using --with-maxfd=16384 and not set > the ulimit, FD limit stuck at 1024, here is my log You MUST set the ulimit when your start Squid. Regards Henrik signature.asc Description: Detta är en digitalt signerad meddelandede

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Odhiambo WASHINGTON
* On 05/11/06 18:04 +0100, Guido Serassio wrote: | Hi, | | At 17.25 05/11/2006, Odhiambo WASHINGTON wrote: | >* On 05/11/06 14:53 +0100, Guido Serassio wrote: | >Hi Guido, | > | >5GB is what I expect, and perhaps this is where I may be missing the | >point, if that specification says it is 5MB! Do

Re: [squid-users] FD limits under Squid-2.6STABLE5 stuck at 1024

2006-11-05 Thread Alexandre Correa
try ulimit -n 8192; ./configure On 11/5/06, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: sön 2006-11-05 klockan 07:46 -0800 skrev zulkarnain: > If squid build by using --with-maxfd=16384 and not set > the ulimit, FD limit stuck at 1024, here is my log You MUST set the ulimit when your

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Thomas-Martin Seck
* Guido Serassio ([EMAIL PROTECTED]): > >[New LWP 100182] > >(gdb) where > >#0 0x48314997 in aio_read () from /lib/libc.so.6 > >#1 0x080ea8cd in a_file_read (q=0x832c04c, fd=8, buf=0x8934000, > >req_len=1048576, offset=0, > >callback=0x80e9c8c , > >data=0x8838110) at coss/async_io.c:98 >

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Odhiambo WASHINGTON
* On 05/11/06 19:22 +0100, Guido Serassio wrote: | Hi, | | At 18.26 05/11/2006, Odhiambo WASHINGTON wrote: | | >As recommended, I have started with just one cache_dir | > | >cache_dir coss /usr/local/squid/coss1 5120 max-size=131072 | > | >(I recreated the files in a different location) | > | >..

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Guido Serassio
Hi Thomas-Martin, At 20.16 05/11/2006, Thomas-Martin Seck wrote: Issuing 'kldload aio' before starting Squid should do the trick then. If this is needed on FreeBSD, I'll add a note to the documentation. I hope that the problem is here, aio_read() man page says that the function is available

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Guido Serassio
Hi, At 20.36 05/11/2006, Odhiambo WASHINGTON wrote: I loaded the aio module using kldload, and .. 2006/11/05 22:28:32| COSS: /usr/local/squid/coss1: Rebuild Completed Good !!! For Thomas-Martin Seck (the ports maintainer), yes, I believe you should put something in the notes. I

Re: [squid-users] Reverse proxy in squid 2.6 for GPRS mobiles

2006-11-05 Thread Henrik Nordstrom
sön 2006-11-05 klockan 13:04 +0400 skrev Mohamed Navas V: > Hi, > > We have one registered FQDN , proxy1.example.com with public ip > 85.10.10.10 for the proxy server with squid 2.6. Public internet users > want to access some our internal web servers with private IPs, > 10.0.0.1, 10.0.0.2, 10.0.0

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Henrik Nordstrom
sön 2006-11-05 klockan 15:17 +0100 skrev Thomas-Martin Seck: > * Odhiambo WASHINGTON ([EMAIL PROTECTED]): > > > Finally 2.6STABLE4 made it to FreeBSD (6.x) ports. I made an attempt at > > using Squid with COSS cache. > > I'd like to add that this is STABLE4 plus most changesets up to and includi

Re: [squid-users] Squid config problem - Ubuntu LAMP server

2006-11-05 Thread Henrik Nordstrom
mån 2006-11-06 klockan 00:52 +0800 skrev Stephen Liu: > acl biz_network src 10.1.42.0/24 acl biz_hours time M T W T F > 9:00-17:00 Doesn't look right.. a newline missing there.. Regards Henrik signature.asc Description: Detta är en digitalt signerad meddelandedel

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Odhiambo WASHINGTON
* On 05/11/06 21:44 +0800, Adrian Chadd wrote: | On Sun, Nov 05, 2006, Odhiambo WASHINGTON wrote: | > Finally 2.6STABLE4 made it to FreeBSD (6.x) ports. I made an attempt at | > using Squid with COSS cache. | > Squid fails to start and there is a core dump. | | Please upgrade to the latest Squid-

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Thomas-Martin Seck
* Henrik Nordstrom ([EMAIL PROTECTED]): > sön 2006-11-05 klockan 15:17 +0100 skrev Thomas-Martin Seck: > > * Odhiambo WASHINGTON ([EMAIL PROTECTED]): > > > > > Finally 2.6STABLE4 made it to FreeBSD (6.x) ports. I made an attempt at > > > using Squid with COSS cache. > > > > I'd like to add that

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Henrik Nordstrom
sön 2006-11-05 klockan 23:28 +0300 skrev Odhiambo WASHINGTON: > Does Squid lose all cache data inside COSS on reboot, so it has to > rebuild the cache? No. Regards Henrik signature.asc Description: Detta är en digitalt signerad meddelandedel

Re: [squid-users] Squid config problem - Ubuntu LAMP server

2006-11-05 Thread Stephen Liu
Hi Henrik, Tks for your advice. > > acl biz_network src 10.1.42.0/24 acl biz_hours time M T W T F > > 9:00-17:00 > > Doesn't look right.. a newline missing there.. I made a typo on squid.conf under TAG: ACL:- "acl biz_network src 10.1.42.0/24 acl biz_hours time M T W T F 9:00-17:00" which shou

Re: [squid-users] Slow internet access performance

2006-11-05 Thread nonama
Dear All, At last we seems to know where the bottle neck is. It seems that the IWSS did not have enough child process to handle requests from SQUID. After upgrading the IWSS version with more child process, the internet access performance seems betterbut we are still monitoring... Just wan

[squid-users] cache expiration

2006-11-05 Thread nonama
Dear All, I am running squid 2.5-12 on RHEL. Configured for the cache as below: /dev/cciss/c0d1p1 35001508 23340460 9883056 71% /cache1 /dev/cciss/c0d2p1 35001508 23312832 9910684 71% /cache2 The cache low is configured at 90, and cache high at 95. With the current utlization o

Re: [squid-users] cache expiration

2006-11-05 Thread Henrik Nordstrom
sön 2006-11-05 klockan 17:55 -0800 skrev nonama: > The cache low is configured at 90, and cache high at 95. With the > current utlization of cache, please advise what the best value to > configure the cache low & high. Normally the defaults is quite reasonable. Regards Henrik signature.asc D

Re: [squid-users] cache expiration

2006-11-05 Thread nonama
Thanks Henrik, but how's the process will be like and where can I monitor?logs? Should I be anticipating any slow internet access performance? - Original Message From: Henrik Nordstrom <[EMAIL PROTECTED]> To: nonama <[EMAIL PROTECTED]> Cc: SQUID group Sent: Monday, November 6, 2006 10:

Re: [squid-users] COSS trouble revisited ...

2006-11-05 Thread Odhiambo WASHINGTON
* On 05/11/06 22:36 +0100, Thomas-Martin Seck wrote: | * Henrik Nordstrom ([EMAIL PROTECTED]): | | > sön 2006-11-05 klockan 15:17 +0100 skrev Thomas-Martin Seck: | > > * Odhiambo WASHINGTON ([EMAIL PROTECTED]): | > > | > > > Finally 2.6STABLE4 made it to FreeBSD (6.x) ports. I made an attempt at

[squid-users] Squid, Limited Service

2006-11-05 Thread Mac Dermat
Hello, I need to configure a squid which is intended to allow access to only 1 specific website. (this proxy is open to all internal network users and we are going to use it to access to a specific portal only). Below config allows users to browse every website: acl ourportal urlpath_regex www.

Re: [squid-users] Squid, Limited Service

2006-11-05 Thread Mark Elsen
> Hello, I need to configure a squid which is intended to allow access to only 1 specific website. (this proxy is open to all internal network users and we are going to use it to access to a specific portal only). Below config allows users to browse every website: acl ourportal urlpath_regex w