[squid-users] ACL for multiple users with multiple options

2006-05-19 Thread mohammad imran
Hay All I am using squid in MS environment on testing base,We are using ISA Server in production environment. I want to implement ACL for different users with different Options i.e. Giving some users MSN messenger acess not to all. I have made An access list acl C src

Re: [squid-users] ACL for multiple users with multiple options

2006-05-19 Thread Odhiambo WASHINGTON
* On 19/05/06 06:14 +, mohammad imran wrote: | Hay All | | I am using squid in MS environment on testing base,We are using ISA Server | in production environment. | | I want to implement ACL for different users with different Options i.e. | | Giving some users MSN messenger acess not to

Re: [squid-users] ACL for multiple users with multiple options

2006-05-19 Thread Henrik Nordstrom
fre 2006-05-19 klockan 06:14 + skrev mohammad imran: http_access allow C AND M But this is not working error is AclParseAccesLine ACL Name AND not Found. The AND/OR in the FAQ is just trying to illustrate the logics, you should not enter these in the config. http_access allow C M

Re: [squid-users] memory leaks

2006-05-19 Thread Matus UHLAR - fantomas
Try switching to ext3 or xfs. If that helps you, it was reisersfs problem. Also, you may try 2.6 kernel, but I'd try to switch to xfs first. On 18.05.06 17:50, Edvard Chitro wrote: Which one is faster ? Ext2 or xfs ? do NOT use ext2, unless you are prepared to wait for fsck or rebuild

Re: [squid-users] Digest Authentication and Brute Force Attack

2006-05-19 Thread [EMAIL PROTECTED]
I verified using current 2.5.STABLE (what will become 2.5.STABLE14), but the digest code has not changed in a long time.. last functional change was in 2.5.STABLE10 where support for %m in error pages was added. I dont't use Squid digest autheticator. I use an external digest helper: auth_param

[squid-users] Squid Authentification modes

2006-05-19 Thread REMY Julien
Hello, I sets up  a proxy with Squid. I use the authentification mode msntauth for the users present in Active Directory.   In my company, in addition to the users present in Active Directory, there are some users who have local accounts in a workgroup. This Workgroup, thanks to a gateway,

Re: [squid-users] memory leaks

2006-05-19 Thread Edvard Chitro
Try switching to ext3 or xfs. If that helps you, it was reisersfs problem. Also, you may try 2.6 kernel, but I'd try to switch to xfs first. On 18.05.06 17:50, Edvard Chitro wrote: Which one is faster ? Ext2 or xfs ? do NOT use ext2, unless you are prepared to wait for fsck or rebuild

[squid-users] Content-Length and range header

2006-05-19 Thread Mehdi Sarmadi
Everyone How could I define an acl for multipart file download or big filesize download? At the first look, It seems I need sth like this: acl lessthan3MB rep_header Content-Length ^(1|2)?+[0-9]{0,6}?$ acl multiparts rep_header range [0-9]+ Could I use them so? Am I in the right way?

Re: [squid-users] ACL for multiple users with multiple options

2006-05-19 Thread Visolve squid
Hello, You should not use AND in http_access. You can use allow C M http_access allow C M Thanks, Visolve Squid Team, http://squid.visolve.com On Fri, 2006-05-19 at 06:14 +, mohammad imran wrote: Hay All I am using squid in MS environment on testing base,We are using ISA Server in

[squid-users] multiple redirect programs

2006-05-19 Thread pollox
I have a question concerning the use of multiple redirectors in squid. In the archives I've found the answer to my question: how can I use multiple redirect programs?. Or that's what I was thinking. I use a small shell script redirect.sh: #!/bin/sh /usr/local/bin/SquidClamAV_Redirector.py -c

Re: [squid-users] thoughts about squidGuard?

2006-05-19 Thread Philip Hachey
Visolve squid [EMAIL PROTECTED] wrote on 2006-05-18 08:24:19: you can visit this page for more details of squidguard. :http://cri.univ-tlse1.fr/documentations/cache/squidguard_en.html That's what I was hoping for: a package with all of the patches. Unfortunately, I read this: It needs a

RE: [squid-users] thoughts about squidGuard?

2006-05-19 Thread Steve Wilson Jr
You can run more than one version of BerkeleyDB. I was running version 4.2 and 3.2.9 at the same time. -Original Message- From: Philip Hachey [mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 9:09 AM To: Visolve squid Cc: squid-users@squid-cache.org Subject: Re: [squid-users] thoughts

Re: [squid-users] Squid Authentification modes

2006-05-19 Thread Visolve squid
Hello Julien, No, you can use one scheme of authentication at a time. For more details refer Squid-cache.org FAQ. Thanks, Visolve Squid Team, http://squid.visolve.com On Fri, 2006-05-19 at 11:04 +0200, REMY Julien wrote: Hello, I sets up a proxy with Squid. I use the authentification mode

Re: [squid-users] Showing squid version

2006-05-19 Thread Visolve squid
Hello Aguiar, You should compile squid by making the following changes in squid source file errorpage.c Edit src/errorpage.c Line:69 From Generated %T by %h (%s)\n To Generated %T by %h \n Thanks, Visolve Squid Team, http://squid.visolve.com On Fri, 2006-05-19 at 10:47 +, Aguiar

[squid-users] max number of files in cache?

2006-05-19 Thread lawrence wang
today i got a squid crash with this entry in the log: 2006/05/19 11:38:16| assertion failed: filemap.c:78: fm-max_n_files = (1 24) does this mean that squid has a limit on the maximum number of files that can be in the cache?

Re: [squid-users] max number of files in cache?

2006-05-19 Thread Mark Elsen
today i got a squid crash with this entry in the log: 2006/05/19 11:38:16| assertion failed: filemap.c:78: fm-max_n_files = (1 24) does this mean that squid has a limit on the maximum number of files that can be in the cache? - SQUID version ? M.

[squid-users] Log Format

2006-05-19 Thread Michael Jeung
Hey folks, I'm trying to get the custom log format working with squid. I basically want to emulate the apache combined logs format. I picked this off a website: logformat httpd %a - %un [%{%d/%b/%Y:%H:%M:%S %z}tl] %rm %ru %rq % Hs %st %{Referer}h %{User-agent}h cache_access_log

Re: [squid-users] Mixed environment performance

2006-05-19 Thread Nathan Bell
Kevin wrote: On 5/18/06, Nathan Bell [EMAIL PROTECTED] wrote: Top download speed is the same for both linux and windows boxes, but overall browsing is significantly slower on the windows boxes. At first I thought the problem was with the windows boxes not receiving the dns information

[squid-users] Accelerator and Chaining

2006-05-19 Thread Brian Klauss
My organization has two geographical data centers with one in Germany the other in United States. Users in EMEA access the Germany Squid accelerator for all HTTP/HTTPS based requests for servers globally but within their own organizational domain. Those same users who wish to access the United

Re: [squid-users] max number of files in cache?

2006-05-19 Thread lawrence wang
2.5STABLE13, with epoll patch. On 5/19/06, Mark Elsen [EMAIL PROTECTED] wrote: today i got a squid crash with this entry in the log: 2006/05/19 11:38:16| assertion failed: filemap.c:78: fm-max_n_files = (1 24) does this mean that squid has a limit on the maximum number of files that can

Re: [squid-users] Log Format

2006-05-19 Thread Visolve squid
Hello Michael, Go through these pages for more details of Custom Log Formats with Squid http://yergler.net/blog/2005/11/08/custom-log-formats-with-squid/ http://devel.squid-cache.org/customlog/logformat.html. Thanks, Visolve Squid Team, http://squid.visolve.com On Fri, 2006-05-19 at 10:07

Re: [squid-users] Log Format

2006-05-19 Thread Michael Jeung
Yep. Those are the pages that I was originally looking at. =) I guess my question boils down to this: %rq and %rp don't seem to work for 2.5.STABLE13. Am I the only one who has this problem? Regards, Michael Jeung On May 19, 2006, at 2:21 PM, Visolve squid wrote: Hello Michael, Go

Re: [squid-users] Showing squid version

2006-05-19 Thread Henrik Nordstrom
fre 2006-05-19 klockan 10:47 + skrev Aguiar Magalhaes: Where can i disable the message showing the squid version at the bottom of the error pages, denied pages and others ? You can in the upcoming Squid-2.6 release, and in Squid-3. Regards Henrik signature.asc Description: Detta är en

Re: [squid-users] max number of files in cache?

2006-05-19 Thread Henrik Nordstrom
fre 2006-05-19 klockan 11:03 -0400 skrev lawrence wang: today i got a squid crash with this entry in the log: 2006/05/19 11:38:16| assertion failed: filemap.c:78: fm-max_n_files = (1 24) does this mean that squid has a limit on the maximum number of files that can be in the cache? Yes,

Re: [squid-users] Log Format

2006-05-19 Thread Henrik Nordstrom
fre 2006-05-19 klockan 10:07 -0700 skrev Michael Jeung: I picked this off a website: logformat httpd %a - %un [%{%d/%b/%Y:%H:%M:%S %z}tl] %rm %ru %rq % Hs %st %{Referer}h %{User-agent}h cache_access_log /home/squid/logs/access.log httpd Please see the description in squid.conf. It's the

[squid-users] Inconsistency in log files

2006-05-19 Thread Con Tassios
Hi all, How can this behaviour be explained? PC with IP address 136.186.1.50 retrieves an object via a proxy server (proxy2) which finds that a cache peer (proxy1) already has this object. The hierarchy codes in the logs on proxy2 correctly reports CD_SIBLING_HIT. The same object is

[squid-users] squid2.5+epoll compile error

2006-05-19 Thread L.TK
hi,all i am runing redhat EL 4. i patch squid-2.5.STABLE13 with latest epoll patch,and run : sh bootstrap.sh and get flowing output: WARNING: Cannot find autoconf version 2.13 Trying autoconf (GNU Autoconf) 2.59 autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'