[squid-users] Squid benchmarking problem on EM64T platform

2005-02-26 Thread Muthukumar
? Plz. share your knowledge on getting problem because of CPU. Thanks, -Muthukumar.

Re: [squid-users] Newbie and can't figure ACL out

2005-02-01 Thread Muthukumar
dear jess, Your acl formation may be the problem on this. Use as, > acl news1 dstdomain www.foxnews.com www.cnn.com www.espn.com acl news1 dstdomain .foxnews.com .cnn.com .espn.com >http_access deny news1 >http_access allow all > > I have restarted the Squid Service several time

Re: [squid-users] Error-page

2005-01-10 Thread Muthukumar
> like this > client http://www.kyk.gov.tr:7779 > squid prints ERR_ACCESS_DENIED > but when somebody tries https like > client https://www.tspakb.org.tr:8445 > server prints only some lines of the ERR_ACCESS_DENIED page > I could not find the reason if sb knows mail me Give your squid.conf configu

Re: [squid-users] blocking some ip's for some websites.

2005-01-06 Thread Muthukumar
il.yahoo.com .hotmail.com .messenger.msn.com > How should I proceed with this setup so that only these users are > effected and rest of all are allowed to brows any website on Internet > cloud. Make http_access rule as, http_access deny blockip blocksite Best Regards -Muthukumar

Re: [squid-users] Number of users currecntly connected?

2005-01-05 Thread Muthukumar
mate it's execution with cron. > OR > If squid can not do this, is there any open source > utility which do this ? Let this try and make it to be be used by ALL :-) Best Regards -Muthukumar

Re: [squid-users] FEATURE-Request - client ip and port or username

2005-01-05 Thread Muthukumar
Use diff -Nur to make a patch. Refer more here, http://www.squid-cache.org/Devel/guidelines.html Best Regards -Muthukumar

[squid-users] web-caching survery - business type

2004-12-29 Thread Muthukumar
Dear All, Wishes for New Year 2005. We are analyzing web-caching usage pattern report based on business types like, Schools & collegs, Small to Medium Business, Enterprises and ISP's. I have tried to get the survey with the following links, http://workshop97.irc

[squid-users] capacity planning

2004-12-08 Thread Muthukumar
metrics, We are planning to make GUI to get capacity planning. thanks muthukumar.

[squid-users] squid-2.5 s7 polygraph benchmarking

2004-11-30 Thread Muthukumar
Hello All, When I tried to benchmark squid 2.5 stable 7, getting problem with TIME_WAIT on polygraph server. setup: polclt <==> squid <==> polyserver 10.1.1.1-5010.1.129.1-250

[squid-users] Squid Capacity Plan analysis

2004-11-17 Thread Muthukumar
Hello All, Is there any specific analysis or research on capacity planning with squid. I got a thread as, http://www.squid-cache.org/mail-archive/squid-users/199912/0508.html Which is discussion about squid capacity planning. But I couldnot access the links prescribed there.

Re: Re[2]: [squid-users] squid3 pre3-20041102: WARNING: transparent proxying not supported (visolve not help)

2004-11-03 Thread Muthukumar
> B> Same was the problem when I first time created my squid box from > B> scratch. I had actualy been missing.. > > B> httpd_accel_host virtual > B> httpd_accel_port 80 > B> httpd_accel_with_proxy on > B> httpd_accel_uses_host_header on > > B> enabled in my squid.conf The above configurations are

Re: [squid-users] squid + epoll polygraph test

2004-11-02 Thread Muthukumar
Hai Gonzalo, > I've been using squid3 with epoll support for a couple of months. > In my case, squid with poll/select did consume up to 100% CPU. With epoll, CPU > usage dropped to less than 10%. It seems to be great. How many requests are being generated per second? Are you using squid-3.0-pr

Re: [squid-users] squid + epoll polygraph test

2004-11-02 Thread Muthukumar
3. epoll() support will be having on squid-3.0. I am tasked to check, how many requests squid + epoll() are supporting. Regards -Muthukumar --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.786 / Virus Database: 532 - Release Date: 10/29/2004

[squid-users] squid + epoll polygraph test

2004-11-01 Thread Muthukumar
Hello All, I am preparing epoll() I/O method benchmarking with Polygraph (Polygraph 2.5.5) with setup as, squid + epoll(): Linux host 2.6.5-1.358 #1 i686 athlon i386 GNU/Linux Squid Cache: Version 3.0-PRE3 configure options: '--prefix=/home/muthu/squidepoll' '

Re: [squid-users] squid not starting

2004-10-30 Thread Muthukumar
> > linux-pour-lesnuls var]# /usr/local/squid/sbin/squid -z > 2004/10/30 08:41:05| Creating Swap Directories > > i start squid > /usr/local/squid/sbin/squid Start squid in debug mode as, /usr/local/squid/sbin/squid -NCd 10 ?? what is saying --Muthu --- === It is a "Virus Free M

Re: [squid-users] failed to make swap

2004-10-30 Thread Muthukumar
> i try to reinstall squid and i have this error > /usr/local/squid/sbin/squid -z > > FATAL: Failed to make swap directory /usr/local/squid/var/cache/00: (13) Permission > denied > Squid Cache (Version 2.5.STABLE7): Terminated abnormally. Are you trying to execute squid -z as squid user? Change

Re: [squid-users] flat file parsing vs db filter rules parsing

2004-10-29 Thread Muthukumar
nMarshelling on BDB) Then process every client requests. It requires, Automative updation of FLAT files so that DB changes will be modified based on it. Reconfiguration of squid will keep new changes. In this, which design will give performance differance. Regar

Re: [squid-users] Problem with ACL ???

2004-10-28 Thread Muthukumar
> > I want my users download software on weekend only, I set a ACL as following: > > ACL download urlpath_regex \.exe$ \.EXE$ Are you using ACL ??! Try as, acl download urlpath_regex -i \.exe$ -i will be used for case in-sensitive > > Http_access allow download weekend > Http_access

Re: [squid-users] flat file parsing vs db filter rules parsing

2004-10-28 Thread Muthukumar
to again this. Selection list is as, MySQL, .. BDB... Can you prefer fastest and efficient DB? Thanks for your help. Regards Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.783 / Virus Database: 529 - Release Date: 10/25/2004

Re: [squid-users] flat file parsing vs db filter rules parsing

2004-10-27 Thread Muthukumar
ers of filter rules in that file? what will happened when the pattern limit exceeds 256 length? Is it need to raise this buffer range of 256 more when try to make filtering with DB based

Re: [squid-users] flat file parsing vs db filter rules parsing

2004-10-27 Thread Muthukumar
' 2004/10/28 09:34:29| aclMatchAcl: checking 'acl site dstdomain -i "/usr/local/squidsauth/etc/testsite"' Which file parses FLATFILE details and storing into system memory on squid? Thanks for your validation and inputs. Regards Muthukumar. --- === It is

Re: [squid-users] Configuration Guide

2004-10-25 Thread Muthukumar
ttp://www.visolve.com/squid/configuration_manual.htm for squid-2.4 stable releases. Henrick, Change "Configuration guide link" on http://www.squid-cache.org/Doc/ of http://www.visolve.com/ to http://squid.visolve.com/squid/configuration_manual.htm or http://squid.visolve.co

Re: [squid-users] flat file parsing vs db filter rules parsing

2004-10-25 Thread Muthukumar
uidguard domain is not reachable? We are having a objective as To make a filter with DB based configuration informations. It has to reach efficient performace with adaptation with squid. We are on the analysis TODO this. Do we have to follow any RFC format to make a filter with DB based one? Th

Re: [squid-users] flat file parsing vs db filter rules parsing

2004-10-25 Thread Muthukumar
d filters as like squidGuard. (or) Going to give more supportivity to filter redirectors to get varied on performace for very large lists of filters? Regards Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.779 / Virus Database: 526 - Release Date: 10/19/2004

Re: [squid-users] flat file parsing vs db filter rules parsing

2004-10-25 Thread Muthukumar
files or db based conceptually? We are on-going with source files of squid's *cf* .c and .h files. We are on the analysis to improve squid filter rules parsing and filter adapation. Thanks for your information and time. Regards Muthukumar. --- === It is a "V

[squid-users] flat file parsing vs db filter rules parsing

2004-10-25 Thread Muthukumar
between them? Can we get parsing configuration files on flat file and D/B's from any documents? Currently, We are on-progress with *cf* source files. It is good to know about difference between those. Thanks in advance for your sharing. Regards Muthu

Re: [squid-users] Problems with Authenticator

2004-10-20 Thread Muthukumar
uth_param basic casesensitive off acl password proxy_auth REQUIRED Go to the starting of # TAG: http_reply_access. # http rule http_access allow auth http_access deny all Try now. Are you okie. Regards Muthukumar. --- === It is a "Virus Free Mail" ===

Re: [squid-users] store.log

2004-10-20 Thread Muthukumar
> > What is function of store.log file. It will tell what objects with size are stored in squid cache directory. See more on squid.conf.default file cache_store_log TAG. > It has become to big in size. > /var is getting short of space. It is good to make cache_store_log none there in

Re: [squid-users] Bypassing Squid for local address destination

2004-10-20 Thread Muthukumar
> I want all requests from (local) my clients to be directly forwarded > to the destination, in case of local destination, in order to > minimize SQUID's load. Can anybody tell me how to configure SQUID > for such purpose ? To redirect all local requests to their corresponding domain then,

Re: [squid-users] Help for forward lookup of IP

2004-10-20 Thread Muthukumar
> not working dstdomain could please tell me in example # ACL acl abcdom dstdomain .abc.com -It will collect all urls from domain abc.com as *.abc.com < or > acl abcdom dstdomain abc.com-It will collect domain access to abc.com. # ACCESS RULE http_access deny abccom Note

Re: [squid-users] disabling request header's log

2004-10-18 Thread Muthukumar
> Hi there. Recently, my Squid server are logging quite > a number of "Max Request Header" logs in cache.log and > /var/log/messages. I cant really remember all the logs > as im not in front of the server when im typing this > email. But it seems that users are requesting the HTTP > headers/body

Re: [squid-users] NTLM Auth Problem.

2004-10-17 Thread Muthukumar
> I turned on log_mime_hdrs as you asked, and here's the output: > > 1098069200.802 1 10.0.1.8 TCP_DENIED/407 1747 GET > http://www.google.com/ - NONE/- text/html [Accept: image/gif, > image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, > application/vnd.ms-excel, applica

Re: [squid-users] Blocked Yahoo Messenger but want to open for some users in local group

2004-10-17 Thread Muthukumar
> Could you please tell me how to allow for some IP's > before denying others IP's > please check my ACL and give me directions to drive. > acl yahoo url_regex -i ^http://shttp.msg.yahoo.com > acl yahoo url_regex -i ^http://pgq.yahoo.com > acl yahoo url_regex -i ^http://mtab.games.yahoo.com > a

Re: [squid-users] IP sequence question

2004-10-12 Thread Muthukumar
> > acl src IP-address-start-IP-end/netmask > > acl TRAINING_PC src 192.168.193.3-9/24 Change netmask 32 or 255.255.255.255 as, acl TRAINING_PC src 192.168.193.3-9/32 24 will be respresenting network there. > > Refer http://squid.visolve.com/squid/squid24s1/access_controls.htm#acl for example

Re: [squid-users] IP sequence question

2004-10-12 Thread Muthukumar
> > acl TRAINING_PC src 192.168.193.3 192.168.193.4 192.168.193.5 > 192.168.193.6 192.168.193.7 192.168.193.8 192.168.193.9 192.168.193.61 > 192.168.193.63 > > Can I specify 192.168.193.3-9 ? Is there a way, other that to use > netmasks to prevent typing them one by one ? We can use range of ip-ad

Re: [squid-users] New ACL feature

2004-10-12 Thread Muthukumar
> The version 2.5S7 has new acl types req_hdr and resp_hdr to match arbitrary > HTTP headers, useful to block certain malware/spyware etc. However, I cannot > find the sample of such ACL in FAQ. Where can I get info how to configure > it? squid FAQ is not updated now. Try to see squid.conf.defau

[squid-users] Fw: squid guard + BerkeleyDB problem

2004-10-11 Thread Muthukumar
7;t get any informations / > problem there. I did a search on google on this > problem. I found only the questions not the replies to this problem. > >How to resolve this problem.? Thanks for your time. > > Regards, > -Muthukumar. --- === It is a "Virus

Re: [squid-users] "aclParseIpData: WARNING: Netmask masks away part of the specified IP in '172.16.4.1/12' " ....Plz help

2004-10-08 Thread Muthukumar
> ACL part of squid.conf is.. > > acl a src 172.16.4.1/12 > acl b src 172.16.1.0/12 > acl b src 172.16.3.0/12 Try as, acl a src 172.16.4.1/32 so that individual ip-address has to be with netmask as 32 there. > acl leisure time 16:30-18:00 > > http_access allow a > http_access allow b

[squid-users] squid - dansguardian testing

2004-10-06 Thread Muthukumar
tionsitelist. How are you configured for multiple groups using filter groups there. Thanks for your help. Regards Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.772 / Virus D

Re: [squid-users] mime types

2004-10-05 Thread Muthukumar
ontrol these. REgards Muthukumar --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.772 / Virus Database: 519 - Release Date: 10/1/2004

Re: [squid-users] multiple ACL

2004-10-05 Thread Muthukumar
ite dstdomain www.abc.com It will not work there. Try to change as, acl bannedSite dstdomain .abc.com ( dot . ) must be there on domain, so that it will control *.abc.com there. REgards Muthukumar --- === It is a "Virus Free Mail" === Checked by AVG an

[squid-users] access.log redirection to mysql

2004-09-16 Thread Muthukumar
Hai Squid-techies, what will happen if u make squid to enter the access logs directly in a my-sql database instead of writting it in a flat file. Will it decrease the performance ?? How can we directly write the access logs on my-sql database there.? Regards -Muthu. --- ==

Re: [squid-users] Pages

2004-09-10 Thread Muthukumar
> I have a problem with some pages that use some kind of authentification my > problem is that all requets come from squid . Then your squid is doing it's job efficiently :-) > Is there a way to tell squid that not take what you are expecting from squid with out getting the cached requests fro

Re: [squid-users] Maxconn problem

2004-09-10 Thread Muthukumar
> I 'am using squid 2.5 stable6 . I want limit the number of connection by > user . We can collect the user connection limit with as, acl maxconn Set the user informations with IP-Address as, acl user-ip src /netmask Set the http_access setting as, http_access deny user_ip !limit > I look at

Re: [squid-users] Need help blocking Porn site

2004-09-10 Thread Muthukumar
> I have a need to limit the following url minus the dots "milked free > fr" this site is a pornography site. used a url_regex statement on this site and the > site that it resolved to using nslookup. Are you saying as *.milked.free.fr url pages, then set an acl as, acl deny_site dstdomain .mil

Re: [squid-users] how to block sites

2004-09-09 Thread Muthukumar
> I want my one specific user to be able to access only 2 sites. Please > tell me wht should I do and how. Get the specific user acl as, # Acl settings acl user src IP/netmask acl sites url_regex ^http://www.yahoo.com ^http://www.hotmail.com (or) acl sites dstdomain .yahoo.com .hotmail.com #

Re: [squid-users] Bad Requests

2004-09-06 Thread Muthukumar
> > The issue is on certain sites, e.g. carsoup.com, Vikings.com, ebay.com the > users will get a "bad request" or "page can't be displayed" when attempting > to visit the site. Is your Squid setup serving other pages or not? If it is then what is your squid.conf settings? > I go around squid a

Re: [squid-users] forwarded_for

2004-09-06 Thread Muthukumar
> Is it possible to apply 'forwarded_for' directive on acl, like: > acl somewhere_someone dst ip-address/netmask > forwarded_for allow somewhere_someone > We can do this with "tcp_outgoing_aaddress TAG" - Muthu --- === It is a "Virus Free Mail" === Checked by AVG anti-

Re: [squid-users] ACL is not working for specific IPs

2004-09-05 Thread Muthukumar
> > I want to block msn messenger on some client machine and allow them at specific time. > So i have define ACL for this, > > acl client_acl src 192.0.0.210 192.0.0.200 > acl time_acl time 16:00-20:00 No date settings here for time acl?? acl time_acl M T W H F 16:00-20:00 Check more on acl time

Re: [squid-users] blocking file extension

2004-08-18 Thread Muthukumar
> block.txt > -- > \.cab\?.*$ > \.rm\?.*$ > \.mp\?.*$ > \.mpg\?.*$ > \.mpeg\?.*$ > \.mp3\?.*$ > \.wmv\?.*$ > \.wma\?.*$ > \.mov\?.*$ > \.avi\?.*$ > -- > > squid conf > > acl block urlpath_regex -i "/etc/squid/block.txt" > http_access deny block It will block the list of files with the ext

Re: [squid-users] help on squid proxy

2004-08-17 Thread Muthukumar
> > i am trying to use the squid proxy / cache server in my setup . > I want to know whether the squid server can cache windows media files > (wmv,asf) so that when a client makes a http request for a media file , it is > served from the cache instead of the origin server . Do you want to cache s

Re: [squid-users] user can download blockd file type

2004-08-09 Thread Muthukumar
> wich i want to block > no my dlb.txt is > > #dlb.txt > #- > \.cab$ > \.exe$ > \.rm$ > \.mp?$ > \.mpg$ > \.mpeg$ > \.mp3$ > \.wmv$ > \.wma$ > \.mov$ > \.avi$ > \.cab\?.*$ > \.exe\?.*$ > \.rm\?.*$ > \.mp\?.*$ > \.mpg\?.*$ > \.mpeg\?.*$ > \.mp3\?.*$ > \.wmv\?.*$ > \.wma\?.*$ > \

Re: [squid-users] Fw: time´s quotas??????

2004-07-30 Thread Muthukumar
> > I´ve 30 users using squid proxy (squid-2.4STABLE7-4), in a LAN, but I´ve > only 64 Kbps of band width. > > I want to assign time´s quotas but not using acl time, I just want to give > 100 hours/month for every user. Is it Possible? You can do it with squid2mysql. look at http://evc.fromru.c

Re: [squid-users] squid and outlook express problem

2004-07-30 Thread Muthukumar
> My configuration: > > eth0: 192.168.1.97 (My Public IP) > eth1: 192.168.5.1 (My Lan IP) > > I have declared 25 and 110 as the safe ports also but still :(( > > Based on therad i saw at linux solve, I tried to do > > /sbin/iptables -t nat -A POSTROUTING -o eth1 -s 192.168.0.0/24 -j MASQUERADE Yo

Re: [squid-users] USERS WITH MAC

2004-07-28 Thread Muthukumar
this. Example: acl arp1 arp 01:02:03:04:05:06 acl user1 proxy_auth test # allow only arp1 user to use the test user http_access allow arp1 !test Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (htt

Re: [squid-users] caching specific sites

2004-07-28 Thread Muthukumar
>> We can do caching or non-caching of objects in a fixed manner > Who is 'we' ? I did not get ur(marc) question!? Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.c

Re: [squid-users] squid ftp proxying clarification

2004-07-24 Thread Muthukumar
.com/other/ftp.html to know active vs passive mode ftp requests > If I enable "packet filtering" in OpenBSD are there specific > issues that I > should be careful about while using "Squid Proxy"? I am not known with OpenBSD* Regards, Muthukumar. ---

Re: [squid-users] caching specific sites

2004-07-13 Thread Muthukumar
se two squid.conf files as squid.conf.cache and squid.conf.nocache write a script to start squid with different files at different time(caching and non-caching time). (Stop other squid process and start ./squid -f squid.conf.cache) Simulate it with cron job. Regards, Muth

Re: [squid-users] Access to a range of IP addresses

2004-07-12 Thread Muthukumar
x but i get an "access denied" We have to use all the ip-address for blocking separately. Write into a file with all ip-address and Use that in acl type. acl test dstdomani -i "path to file" --- ip file -- 192.16.1.1 .. It will do that. Regards, Muthukumar. ---

Re: [squid-users] proxy bypass for one client

2004-07-09 Thread Muthukumar
ccess, there is no work for Squid. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.716 / Virus Database: 472 - Release Date: 7/5/2004

Re: [squid-users] Porn help

2004-07-02 Thread Muthukumar
> > *-acl porn url_regex "/usr/local/squid/etc/porn1"* > > *-http_access deny porn all * what is the contents of /usr/local/squid/etc/porn1 file. Are you using ( ^ ) before the full url's as like, ^http://www.porn.com/ ^http://www.testporn.com/ Regards, Muthukumar.

Re: [squid-users] Allow connect specify https website

2004-06-25 Thread Muthukumar
uests from *.tac.co.th domain to ALL http_access allow host_allow passwd# It will require the authentication for all clients After configuring there,start the squid -k reconfigure or squid -k parse then restart it. Check the squid for the https://*.tac.co.th/ Regards, Muthuku

Re: [squid-users] squid -2.5 stable5 automatic boot

2004-06-25 Thread Muthukumar
( not ulimit -Hsn) n - it is used to set or get maximum file descriptor H - Hard limit S - soft limit Check there at http://bama.ua.edu/cgi-bin/man-cgi?ulimit+1 Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (

RE: [squid-users] my squid can not start

2004-06-24 Thread MUTHUKUMAR KANDASAMY
Jun 25 02:00:00 squid01 (squid): msgget failed Which version of squid/platfrom you are using. It may be a squid bug. SIGNAL 6 is used to ABORT the execution of squid process. Use the http://www.squid-cache.org/Doc/FAQ/FAQ-11.html#ss11.19 section to debug the squid problem. Regards, Muthukumar

RE: [squid-users] Blocking msn file sharing

2004-06-24 Thread MUTHUKUMAR KANDASAMY
me_* acls are there to control the mime type's. Use the mime.conf.default for the regexp for mime's. It is good to proceed with the testing results. Regards, Muthukumar _ Looking for something? Cant find it anywhere? http

RE: [squid-users] Allow connect specify http website without ncsa authentication

2004-06-24 Thread MUTHUKUMAR KANDASAMY
!domains It will allow the authenticated users to access all sites in-stead of *.oracle.com domain urls. Regards, Muthukumar. _ Transfer home loans now! http://go.msnserver.com/IN/51405.asp Home loans with 7.5% only.

Re: [squid-users] Problem with NCSA authentification

2004-06-23 Thread Muthukumar
hout any cache? Depends upon client(browser) cache options. On I.E , Tools --> Internet Options ---> General tab ---> Temporary internet files --> settings ---> never Regards, Muthukumar. --- === It is a "Virus Free Mail" ===

Re: [squid-users] Problem with NCSA authentification

2004-06-23 Thread Muthukumar
same opened browser (client),it won't ask the authentication again. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.708 / Virus Database: 464 - Release Date: 6/18/2004

Re: [squid-users] SSL site filterting

2004-06-22 Thread Muthukumar
... You can use dst acl for this,when you are trying to IP based url's. dstdom_regex and dstdomain acls will do the reverse look-up to resolve the the ip-address based url's. You can use urlpath_regex, if you are not known about the exact url. Regards, Muthukumar. --- ==

Re: [squid-users] safe ports range for a single external host

2004-06-22 Thread Muthukumar
his range for all my clients *BUT* only to this one > external IP. Yes. You can. Set an acl for external IP. Make the arrangements on access rules. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.griso

Re: [squid-users] Allow connect specify https website

2004-06-22 Thread Muthukumar
etting slight bit as, http_access deny SSL_Ports !special_domain http_access allow host_allow passwd http_access deny all Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.708 / Viru

Re: [squid-users] acl help

2004-06-22 Thread Muthukumar
nned-files.txt > :: > \.mpeg$ > \.mpg$ > \.avi$ > \.wmv$ > \.mp3$ > \.rm$ > \.asf$ If you want to search regexp(attern) in the url, use the urlpath_regex acl. > working like a charm! If you want to know more about the acl settings and http_access rules,re

Re: [squid-users] Winbind authentication cannot work on squid

2004-06-22 Thread Muthukumar
discussion here at, http://www.mail-archive.com/[EMAIL PROTECTED]/msg01950.html Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.708 / Virus Database: 464 - Release Date: 6/18/2004

Re: [squid-users] Winbind authentication cannot work on squid

2004-06-21 Thread Muthukumar
authentication related. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.708 / Virus Database: 464 - Release Date: 6/18/2004

Re: [squid-users] only one user per login

2004-06-21 Thread Muthukumar
ed. See the max_user_ip acl type. It will allow the limited access of connections. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.708 / Virus Database: 464 - Release Date: 6/18/2004

Re: [squid-users] [PATCH] Raw URL path ACL

2004-06-21 Thread Muthukumar
/50%orn.com. One more change is needed in the patch as, make that acl to be available on squid.conf with your detailed comments for that. If you wish make that change on patch and send it to list with CC to henrick. Regards, Muthukumar. --- === It is a "Virus Free Mail

Re: [squid-users] [PATCH] Raw URL path ACL

2004-06-21 Thread Muthukumar
ng legitimate requests for ".asp" We can use allow or encode mode there. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.708 / Virus Database: 464 - Release Date: 6/18/2004

Re: [squid-users] Mulitiple ACL

2004-06-21 Thread Muthukumar
> > Can I use Mulitple ACl for Groups? > Multiple acls' for groups?? It is to know your requirement with some example(s) Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com).

Re: [squid-users] Need URL

2004-06-19 Thread Muthukumar
> > Please send me some Important URLs regarding Transparent Proxy. Check this one to know about T-Proxy/ http://squid.visolve.com/squid/trans_caching.htm Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-vi

Re: [squid-users] website access list

2004-06-19 Thread Muthukumar
management does not want is to burden users with > another password and username to remember and also have to type it in > everytime they request a webpage. Ok. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (ht

Re: [squid-users] how to stop downloading

2004-06-18 Thread Muthukumar
e scenario's - If you have a specific sites lists and node lists we can do it with squid. - Downloadable file may be contains some extensions as like .tar .exe .gz .bz2 etc. We can stop using them - We can stop the downloading by using it's MIME type. Regards, Muthuku

Re: [squid-users] apache locked.

2004-06-17 Thread Muthukumar
local > http_access allow amcorpc localip > http_access allow amcorpc ebsco > http_access deny manager > http_access deny !Safe_ports > http_access deny CONNECT !SSL_ports > http_access allow localhost > http_access deny all > what is your requirement to set the

Re: [squid-users] Group based ACL

2004-06-17 Thread Muthukumar
. >>>>>> Use the external_acl_type to define the external program settings. Set the acl settings with acl external ... Use the http_access rules to give the access to the groups based. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Chec

Re: [squid-users] website access list

2004-06-16 Thread Muthukumar
password and username to remember and also have to type it in > everytime they request a webpage. You can use the MAC address of every machine to give the access to them. But you to recompile the squid with --enable-arp-acl option. Check more at http://www.squid-cache.org/Doc/FAQ/F

Re: [squid-users] Enabling WCCP Version 2 On Squid 2.5Stable5

2004-06-15 Thread Muthukumar
Cisco Internetwork Operating System 11.2. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.705 / Virus Database: 461 - Release Date: 6/12/2004

Re: [squid-users] Allow connect specify https website without ncsa authentication

2004-06-15 Thread Muthukumar
SSL_Ports special_domain # Authentication for Intranet ip address with the default usership http_access allow host_allowed passwd # Deny access by default to end up http_access deny all Regards, Muthukumar. --- === It is a "Virus Free Mail" ===

Re: [squid-users] Allow connect specify https website without ncsa authentication

2004-06-15 Thread Muthukumar
ow all to access https sites http_access allow SSL_Ports # Authentication for Intranet ip address with the default usership http_access allow host_allowed passwd # Deny access by default to end up http_access deny all Regards, Muthukumar. --- === It is a "Virus

RE: [squid-users] Allow connect specify https website without ncsa authentication

2004-06-14 Thread MUTHUKUMAR KANDASAMY
Regards, Muthukumar Kandasamy. File [squid.conf] acl SSL_Ports 443 563 acl special_domain dstdomain "/usr/local/squid/etc/special_domain.txt" http_access allow x http_access allow host_allowed p

Re: [squid-users] ERROR thrown by squid while browsing

2004-06-14 Thread Muthukumar
> > The system returned: > (101) Network is unreachable > > The remote host or network may be down. Please try the request again. I hope the problem may be because of TIMEOUTS tags. Change the timeout's of connect_timeout, request_timeout. Regards, Muthukumar. --- ==

Re: [squid-users] assertion failed: errorpage.c:292: "mem->inmem_hi == 0" - squid exiting on signal 6

2004-06-14 Thread Muthukumar
.5/bugs/#squid-2.5.STABLE5-post_assert > I read something about incompatibilities with a Symantec virus > scanner... we have the Squid box forwarding all requests to a Trend > Micro AV proxy server. Could this be causing the problem? > Make the changes of squid souce with that pat

Re: [squid-users] About transparent mode

2004-06-14 Thread Muthukumar
> We want to using transparent proxy that it did not substitute clients real > IP to external IP of proxy Use the setting of redirect_rewrites_host_header as off. It will do your requirement. Regards, Muthukumar. --- === It is a "Virus Free Mail" ==

Re: [squid-users] can not get data from cgi function

2004-06-14 Thread Muthukumar
above url. > how to make squid auto restart when assuming the parent proxy is dead ? We can found the timeout of parent proxy using the TAG: peer_connect_timeout and connect option on cache_peer. what do you mean by auto restart ? Regards, Muthukumar. --- === It is a &quo

Re: [squid-users] Connection Timed Out While Squid Running Well

2004-06-13 Thread Muthukumar
og it has an action code 504 (Gateway Time Out) ??? The results of above two tests will be used to find the problem. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.701 / Virus Database: 458 - Release Date: 6/7/2004

Re: [squid-users] superfluous DNS queries

2004-06-11 Thread Muthukumar
l.29299: [udp sum ok] 62441 NXDomain* 0/1/0 (103) (ttl 29, id > 8074, len 131) Now the requests are suffixed with the outer proxy's domains in the visible hostname. Check the proxy with the modified acl settings,dns_testnames. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.701 / Virus Database: 458 - Release Date: 6/7/2004

Re: [squid-users] Log that user download or upload

2004-06-11 Thread Muthukumar
achment. > >I would like that the name of the attachment is write into log file. > >Someone have an idea ?? Use the "log_mime_hdrs on" setting and check now. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-vi

Re: [squid-users] I only get TCP_MISS/200

2004-06-11 Thread Muthukumar
tpd_accel_port 80 ) with the following settings, httpd_accel_with_proxy on httpd_accel_uses_host_header on If you did not use this,then that is the problem. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http:

Re: [squid-users] IE search from address bar + Squid

2004-06-11 Thread Muthukumar
that most commercial proxy servers return a 502 error in this situation. == == [RE] For Changing the codes on squid, you can very well subscribe on [EMAIL PROTECTED] list (and / or) cc to [EMAIL PROTECTED] = Regards, Muthukumar. --- === It is a "

Re: [squid-users] TCP_MISS/503 Errors.

2004-06-11 Thread Muthukumar
le. If you get that message ,remote the proxy setting in browser and check again. If you can access the net then it may be problem on proxy. Else the problem is with the service. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG an

Re: [squid-users] Delay pools RH7

2004-06-10 Thread Muthukumar
o the squid binary location and execute ./squid -v You will get congifugration informations of your squid. If you have the option as --enable-delay-pools then you are having it. Else you to have to recongure the squid with that option along with others. Regards, Muthukumar. --- === I

Re: [squid-users] hotmail

2004-06-10 Thread Muthukumar
> Why my users can't access to hotmail or any https site since i already > declare and allow the acl port 443 ? Are you using squid in proxy mode? what is your comments removed squid.conf settings? Regards, Muthukumar. --- === It is a "Virus Free Mail" =

  1   2   3   >