Re: [squid-users] Incomplete error pages

2004-03-12 Thread Muthukumar
* point. If the log is dirty, the filesize check should have * caught this. If the log is clean, there should never be a * newer entry. */ > 2004/03/11 13:11:40| WARNING: 10 swapin MD5 mismatches Meta Data

Re: [squid-users] external logging

2004-03-14 Thread Muthukumar
> Does any Squid version support external logging? > > (for example, logging into MySQL) Yes. Squid-3.0 is supporting external logging. See the development work there. http://mirrors.sourcecontrol.net/[EMAIL PROTECTED]/squid/squid--external-logging/ Regards, Muthukumar.

Re: [squid-users] ident

2004-03-14 Thread Muthukumar
ident-lookup see the ident_lookup_access TAG. Regards, Muthukumar.

Re: [squid-users] Special access rights to a sub-group of users

2004-03-15 Thread Muthukumar
> > acl subgroup src 120.202.200.20/255.255.255.0 > > Any other hint? > > Thanks + Regards, > > Fernanda > > === > On 14 Mar 2004, Christoph Haas wrote: > > >On Sun, Mar 14, 2004 at 03:06:54PM -0300, [EMAIL PROTECTED] wrote: > >> I have the following

Re: [squid-users] squid with wccp on solaris

2004-03-15 Thread Muthukumar
log as wccp enabled? If the request is getting timed out means, your ipnat settings with bge0 may be the problem. Regards, Muthukumar.

Re: [squid-users] acl newbie

2004-03-15 Thread Muthukumar
deny all > > #more permitidos > 192.168.0.1 > 192.168.0.2 > 192.168.0.3 Put the netmask with the IP-Addresses. Here you are using individual address. #more permitidos 192.168.0.1/32 192.168.0.2/32 192.168.0.3/32 Or use as with the ip-range as #more permitidos 192.168.0.1-3/32 Regards, Muthukumar.

Re: [squid-users] Special access rights to a sub-group of users

2004-03-16 Thread Muthukumar
p_access allow localhost > http_access deny all > > I had no success.. :-( > > IP 120.202.200.7 still doesn't have rights to download a .exe file, for > example..... > Now.IP 120.202.200.7 have rights to download a .exe file Regards, Muthukumar.

Re: [squid-users] Problems with browsing https sites!

2004-03-21 Thread Muthukumar
gt; to determine the IP address from the hostname for > http what is ur setting squid.conf settings? Give the log entries of access.log and cache.log? Regards, Muthukumar.

Re: [squid-users] no_cache issue

2004-03-24 Thread Muthukumar
uot; file extensions like exe mp3 will come at the end of the url. So use $ at the end. acl magic_words2 urlpath_regex -i \.exe$ \.mp3$ > no_cache deny QUERY magic_words2 > > */snip* Regards, Muthukumar.

Re: [squid-users] Problem squid proxy

2004-03-24 Thread Muthukumar
mp;nShowCause=&nShowChange=&nShowAddInfo=&activepage=statement.asp&bForceMatch=&strCurrentSymptom=&searchtype=n ormal&searchclass=QuickSearch&bnewsession=False&selecttype=match > > what is the squid.conf settin

Re: [squid-users] urgent: bad requests; reason unknown.

2004-03-26 Thread Muthukumar
> This message indicates a connection to a Web server was not compliant with > RFC 2068. The problem is not with the code of the Web page but with the I hope your uri_whitespace setting is strip. Use instead as uri_whitespace allow Regards, Muthukumar.

Re: [squid-users] Urgent: I need filter IP

2004-03-26 Thread Muthukumar
ropriate http_access settings. Regards, Muthukumar.

Re: [squid-users] Change the heading of the login box

2004-03-26 Thread Muthukumar
the authentication settings, Regards, Muthukumar.

Re: [squid-users] multiple instance on single machine

2004-03-28 Thread Muthukumar
rver-ip+(other port) --> will go to the squid which listents on the other port. I hope this method will consume lot of memory and run with reduced performance. Regards, Muthukumar.

Re: [squid-users] Squid 3 Compile

2004-03-28 Thread Muthukumar
out these flag you won't get those errors. What is ur gcc version. If your gcc version is old (like 2.98 ) it will state these type of errors. It is good to upgrade the age of gcc. Regards, Muthukumar.

Re: [squid-users] squid is slow with ftp

2004-03-30 Thread Muthukumar
>our squid (2.5 stable4) is very slow while connecting to ftp sites or >changing directories on the ftp site. Yes. 2.5.4 has been changed for these slow response.. Upgrade the squid age to 2.5.5. Regards, Muthukumar.

Re: [squid-users] FATAL: Received Segment Violation...dying.

2004-04-01 Thread Muthukumar
e configuration? Regards, Muthukumar.

Re: [squid-users] Config just for my personal use. Secure?

2004-04-06 Thread Muthukumar
- Original Message - From: "Muthukumar" <[EMAIL PROTECTED]> To: "Francisco Lopes" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 9:29 AM Subject: Re: [squid-users] Config just for my personal use. Secure? > > >

Re: [squid-users] Config just for my personal use. Secure?

2004-04-06 Thread Muthukumar
src http_access deny !src rootuser Select a exact position to put this http_access in the http_access lists. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.651 / Virus Database: 417 - Release Date: 4/5/2004

[squid-users] reverse proxy handling

2004-04-07 Thread Muthukumar
way to do this. Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.651 / Virus Database: 417 - Release Date: 4/5/2004

Re: [squid-users] reverse proxy handling

2004-04-07 Thread Muthukumar
> On Wed, 7 Apr 2004, Muthukumar wrote: > > > A setup as online-server which gives dynamic content to the > > squid-accelerator.Squid seves the requests to multiple clients. > > Ok. > > > By defualt squid won't cache the dynamic content. > > Depe

Re: [squid-users] almost 100% CPU (the revenge...)

2004-04-20 Thread Muthukumar
RY urlpath_regex cgi-bin \? > no_cache deny QUERY > cache_mem 8 MB Increase the cache_mem size < = 1/2 of the Physical RAM size. > dns_nameservers 10.0.0.1 10.0.0.5 10.0.0.7 212.17.192.216 212.17.192.56 > 151.98.125.2 151.98.125.3 217.141.85.131 212.41.208.6 Other conf

Re: [squid-users] bypass msauth on cache peer parent

2004-04-20 Thread Muthukumar
> How can I bypass the authentication of Proxy A from Proxy B?? There are > other group of users connecting to proxy A and must use authentication on > Proxy A. Use the always_direct or never_direct for the specified acl's on Proxy B. Regards, Muthukumar. --- ===

Re: [squid-users] Memory usage (I know it's been up before.. tricky business)

2004-04-20 Thread Muthukumar
it swaps out as much as 600-700MB before I > manually restart the cache. It's running on RHEL 3.0. > I hope your cache_swap_low and cache_swap_high are default. Change the difference between them to closer. Regards, Muthukumar. --- === It is a "Virus Free Mail"

Re: [squid-users] bypass msauth on cache peer parent

2004-04-20 Thread Muthukumar
et thru proxy A. > Suppose a group of users to access internet directly - direct-user On proxy B. set this setting: acl direct_user proxy_auth usernames never_direct deny direct_user never_direct allow all Regards, Muthukumar. --- === It is a "Virus Free Mail" ==

Re: [squid-users] Excluding group of people from ACL

2004-04-22 Thread Muthukumar
uth REQUIRED acl allow_group proxy_auth http_access allow allow_group Other acl access rules related to proxy_auth type... (restricted users accessing hotmail & yahoo during office hours) http_access deny all I hope it is useful. Regards, Muthukumar. --- ===

Re: [squid-users] blocking porn sites ?

2004-04-25 Thread Muthukumar
all > > What is in /usr/local/squid/etc/porn1 file? Are you using like ^http://mail.yahoo.com/ in that file. > >but it doesn't seem to work.(no errorsi am just able to > >browse to any site from the blocked url list) Give the sample contents of the file.

Re: [squid-users] Using different IP address

2004-04-29 Thread Muthukumar
_for on then it will send requests with default IP A. If you set it off then it will make some redirection problems on url's.. >Is it possible > to configure Squid to use as IP B when doing requests on pages? Yes. Use the tcp_outgoing_address IP-B all * I hope it h

Re: [squid-users] How to prevent to download files

2004-05-06 Thread Muthukumar
> > > > What kind of acl rule I have to use to prevent users to download all > files, > > except the .pdf, .doc, and .xls? > > Check this. acl prevent-dl urlpath_regex -i \.pdf$ \.doc$ \.xls$ . . http_access deny prevent-dl Regards, Muthukumar. --- ==

Re: [squid-users] Re: VirusWall and Squid ACL

2004-05-06 Thread Muthukumar
> > cache_peer 127.0.0.1 parent 80 7 default no-query Is UDP echo port enabled in 127.0.0.1 (localhost) /etc/inetd.conf file. > acl binaries urlpath_regex -i \.exe$ \.zip$ \.vbs$ \.gz$ > cache_peer_access 127.0.0.1 allow binaries > never_direct allow binaries > R

Re: [squid-users] Certain group of users to certain URLs

2004-05-25 Thread Muthukumar
l and http_access rules as in squid.conf , acl group1 proxy_auth "/usr/local/squid/etc/username.txt" acl url dstdomain "/usr/local/squid/etc/url.txt" http_access deny group1 !url Regards, Muthukumar. --- === It is a "Virus Free Mail" =

Re: [squid-users] squid opening strange port

2004-05-25 Thread Muthukumar
c/FAQ/FAQ-12.html#ss12.3 Regards, Muthukumar. --- === It is a "Virus Free Mail" === Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 5/22/2004

[squid-users]SQuid-3.0-PRE3 Compilation on Ia64

2003-08-19 Thread MUTHUKUMAR KANDASAMY
const char *buf, int size, CWCB * handler, void *handler_data, FREE * free_func) function. Anyhelp regarding to this problem are appreciated. Thanks -Muthukumar _ Polyphonic ringtones. Latest movie trailors. http://server1.msn.co.in/sp03/gprs/index.asp On your mobile!

[squid-users] Memory Leak tools

2003-08-22 Thread MUTHUKUMAR KANDASAMY
help. Muthukumar _ Got a wish? Make it come true. http://server1.msn.co.in/msnleads/citibankpersonalloan/citibankploanjuly03.asp?type=txt Best personal loans!

[squid-users]Squid exited due to signal11

2003-08-29 Thread MUTHUKUMAR KANDASAMY
Hello all , I involved in the Sys_epoll testings on Squid-3.0-PRE on i386. I have configured the squid with <> Squid Cache: Version 3.0-PRE3-20030818 configure options: '--prefix=/usr/local/squidepoll' '--enable-epoll' '--disable-poll' '--disable-select' '--disable-kqueue' '--enable-storeio=null

[squid-users] Memory leak on epoll support in IA64

2003-09-03 Thread MUTHUKUMAR KANDASAMY
Hello Adam and all, I am muthukumar working in epoll development on Squid.I am working in IA64 platfrom.Then I have tested the squid with epoll for 300 req/sec.But after that it is consuming more than 1.9 GB out of 2.0 GB.As Adam's advice, I have changed the swap memory from 1945.634 to 25

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] 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] 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] 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

[squid-users] Analyse and rewrite the HEADER

2003-12-03 Thread MUTHUKUMAR KANDASAMY
Type: application/vnd.* Content-Length: 74 Connection: Keep-Alive Keep-Alive: timeout=15, max=100 Your message has been recieved, thank you! How can we do this using SQUID. Thanks in advance for your response

RE: [squid-users] Help needed

2003-12-05 Thread MUTHUKUMAR KANDASAMY
send mails. Regards, Muthukumar. _ Love shopping online? Get this e credit card. http://server1.msn.co.in/features/amex/ Save cost, add value!

RE: [squid-users] newbie squid on LAN issues

2003-12-07 Thread MUTHUKUMAR KANDASAMY
.10 Proxy-authentication and neighbor caches> TCP packet from B (1409) to A (squid) SYN TCP packet from linksys router (squid port) to B (1409) SYN, ACK TCP packet from B (1409) to linksys router (squid port) RST (repeat ad nausium) Check out the two status.You knew the problem. Regards, Muth

Re: [squid-users] squidGuard and Proxy forwarding

2003-12-07 Thread MUTHUKUMAR KANDASAMY
.10 Proxy-authentication and neighbor caches> Check this out. Regards, Muthukumar Kandasamy. _ Add zing to Hotmail. Get FREE newsletters. http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe now!

Re: [squid-users] Need some advice :)

2003-12-08 Thread MUTHUKUMAR KANDASAMY
users as governed . http://www.squid-cache.org/Doc/FAQ/FAQ-19.html#ss19.8 check this for Delay pools. http://www.pcquest.com/content/linux/103080904.asp -- Bandwidh management on Squid Regards, Muthukumar.

Re: [squid-users] restricting access by MAC

2003-12-08 Thread MUTHUKUMAR KANDASAMY
all More information about the MAC Acls Ref:// http://www.squid-cache.org/Doc/FAQ/FAQ-10.html 10.23 MAC address. Regards, Muthukumar.

[squid-users] squid -a

2004-01-27 Thread Muthukumar-msn
Hello all, 1. What is the functionality of squid when it is started with -a option in squid-2.5? 2. Is Squid start-up with ip-address,associated with cache-effective user in squid-2.5? Regards, Muthukumar.

<    1   2   3