[squid-users] Map Single URL to Multiple Store urls

2010-03-24 Thread Ken Struys
Is there anyway to map single url's to multiple store url's based on a cookie? Lets say I have a user cookie and I want to implement caching for logged in users. I there anyway in squid I can append the cookie to the cached url? (in squid not on the client side url). I've looked at doing stor

[squid-users] about cache object expire

2009-09-17 Thread Ken Peng
Hello, When an object stays in cache for some time then get expired, will squid delete this object at the moment? Thanks.

Re: [squid-users] can't failover in round-robin

2009-06-25 Thread Ken Peng
Amos wrote: Why it takes so long time? Because its 10* request timeout. dear Amos, what directive in squid.conf should I take to decrease this timeout value? Thanks.

[squid-users] Re: can't failover in round-robin

2009-06-25 Thread Ken Peng
Hello again, I watched cache.log and found these info: 2009/06/26 14:04:36| TCP connection to 192.168.1.101/80 failed 2009/06/26 14:05:07| TCP connection to 192.168.1.101/80 failed 2009/06/26 14:05:18| TCP connection to 192.168.1.101/80 failed 2009/06/26 14:05:48| TCP connection to 192.168.1.101

[squid-users] can't failover in round-robin

2009-06-25 Thread Ken Peng
Dear Gurus, I have configured squid-3.0.stable15 with these rules for an accelerator: cache_peer 192.168.1.100 parent 80 0 no-query front-end-https=auto originserver name=portsw_1_1 round-robin cache_peer 192.168.1.101 parent 80 0 no-query front-end-https=auto originserver name=portsw_1_2 ro

Re: [squid-users] Reverse proxy

2008-12-25 Thread Ken Peng
Dear All, Can you please assist me to configure squid as a reverse proxy, where to start or what documents to read ? http://wiki.squid-cache.org/SquidFaq/ReverseProxy

Re: [squid-users] upload

2008-12-25 Thread Ken Peng
request_body_max_size 0 KB that mean no max size ? or ? means no size limited. see squid.conf.

Re: [squid-users] upload

2008-12-24 Thread Ken Peng
is upload can be limit from squid ? limits the size or what else? squid supports POST method well.

Re: [squid-users] Login problem

2008-12-24 Thread Ken Peng
Hi , I have an interesting problem while logining in to a web site. I am using squid 2.6 with OpenBSD 4.3 stable. Web site is opening without any problem. When I enter the username and password it waits for some seconds then get timeout error from the remote server. I am looking squid logs

[squid-users] about read_timeout

2008-12-23 Thread Ken Peng
I saw this in squid.conf: # TAG: read_timeouttime-units # The read_timeout is applied on server-side connections. After # each successful read(), the timeout will be extended by this # amount. If no data is read again after this amount of time, # the request is abor

RE: [squid-users] expires header

2008-12-23 Thread Ken Peng
Yes, you are right it's the age header ... :) But I did some tests and it's cache them ... that's b/c images have a Last-Modified-Since header, squid calculate it based on that. you can't force squid to insert a max-age or expires headers in the response.

RE: [squid-users] expires header

2008-12-23 Thread Ken Peng
The squid is adding the max-age header but not the expires. So it cache them. are you sure? I remember Squid adds an age header, not max-age header. but maybe I'm wrong.

Re: [squid-users] How important is harddisk performance?

2008-12-23 Thread Ken Peng
Hi there. I'm planning to build a new dedicated Squid-box, with amd64 and 4 gigs of RAM, with two cache_dir's on two separate harddisks and Squid-3 doing application level striping, all servicing around 6k users. Will two recent IDE disks of 7200 rpm suffice, or I'm better off getting two

Re: [squid-users] expires header

2008-12-23 Thread Ken Peng
Hi, I have two imageservers behind a squid. My issue is that my imageservers are not sending any Expires headers but I would like to attaché one from the squid. So by the time the image reaches the browser I have an Expires header in it. if there is neither Expires nor max-age heade

Re: [squid-users] load balancing

2008-12-23 Thread Ken Peng
Hi All, any links on how to configure load balancing of squid See the default squid.conf, :)

[squid-users] is squid suitable for dynamic application?

2008-12-12 Thread Ken DBA
Hello, I want to choose a reverse proxy for one of our dynamic applications.That application is powered by modperl, running on a host with heavy load. Is squid suitable for this pure dynamic application? Will it improve the performance? Thanks.

Re: [squid-users] performance datas for Squid

2008-12-06 Thread Ken DBA
f outbound traffic. > For this 15-25MB/s, do you mean bits or bytes? Thanks. Ken.

[squid-users] performance datas for Squid

2008-12-06 Thread Ken DBA
Has anyone get Squid's best performance datas on a server box with common hardware (ie,DELL 1950)? These datas include: 1) concurrent connections; 2) flow capacity; 3) TPS (http transaction per second). Thanks.

Re: [squid-users] improve flow capacity for Squid

2008-11-28 Thread Ken DBA
--- On Sat, 11/29/08, Adrian Chadd <[EMAIL PROTECTED]> wrote: > From: Adrian Chadd <[EMAIL PROTECTED]> > Subject: Re: [squid-users] improve flow capacity for Squid > To: [EMAIL PROTECTED] > Cc: squid-users@squid-cache.org > Date: Saturday, November 29, 2008, 11:23 AM > Heh. The best way under

Re: [squid-users] improve flow capacity for Squid

2008-11-28 Thread Ken DBA
d, maybe due to squid's IO select way? for example, it reads/writes socket using epoll/select/poll, not the threads/multi-processes. Thanks. Ken

Re: [squid-users] improve flow capacity for Squid

2008-11-28 Thread Ken DBA
--- On Thu, 11/27/08, Adrian Chadd <[EMAIL PROTECTED]> wrote: > From: Adrian Chadd <[EMAIL PROTECTED]> > Subject: Re: [squid-users] improve flow capacity for Squid > To: [EMAIL PROTECTED] > Cc: squid-users@squid-cache.org > Date: Thursday, November 27, 2008, 11:09 PM > Is that per-flow, or in t

[squid-users] squid reverse-proxy for videos

2008-11-26 Thread Ken DBA
We have some web servers for videos playing (the FLV format,like youtube). Could we deploy squid to act as a reverse-proxy for this application? What's the recommend configure for squid? Thanks. Ken.

[squid-users] improve flow capacity

2008-11-24 Thread Ken DBA
Hello, I was just finding the flow capacity for Squid is too limited. It's even hard to reach an upper limit of 150 MBits. How can I improve the flow capacity for Squid in the reverse-proxy mode? Thanks in advance. Ken

[squid-users] improve flow capacity for Squid

2008-11-24 Thread Ken DBA
Hello, I was just finding the flow capacity for Squid is too limited. It's even hard to reach an upper limit of 150 MBits. How can I improve the flow capacity for Squid in the reverse-proxy mode? Thanks in advance. Ken

[squid-users] objects after expire time

2008-07-02 Thread Ken W.
Hello, My original server includes the expire headers in its response. When an object cached on squid get expired, for the succedent requests to this object, does squid revalidate it to original server every time? If so, does this bring down squid's performance? Thanks for any helps.

[squid-users] FTP supports

2008-07-01 Thread Ken W.
Hello, Does squid support for FTP connection? Will squid cache the FTP objects as HTTP's? Is there a config sample for FTP? Thanks in advance.

Re: [squid-users] iptables syntax

2008-06-16 Thread Ken W.
Thanks. I have two 1000M cards. Does it support all web applications like videos, webIM etc? 2008/6/16 Indunil Jayasooriya <[EMAIL PROTECTED]>: >> I will run Squid on Linux OS, with transparent mode. >> Should I use iptables to do the http intercept? >> what's the iptables syntax? please help, tha

[squid-users] iptables syntax

2008-06-15 Thread Ken W.
Hello, Now I have the plan to config a squid box for my office for web browsering. I will run Squid on Linux OS, with transparent mode. Should I use iptables to do the http intercept? what's the iptables syntax? please help, thank you. Regards, Ken W.

Re: [squid-users] How to keep session?

2008-06-14 Thread Ken W.
ways valid. Thank you. 2008/6/13 Ken W. <[EMAIL PROTECTED]>: > Thanks Henrik. > Can source-hash algorithm in cache_peer handle this case? > since source-hash is based on users' IP for redirection. > Thanks again. > > > 2008/6/12 Henrik Nordstrom <[EMAIL PROTECTED

Re: [squid-users] How to keep session?

2008-06-12 Thread Ken W.
Thanks Henrik. Can source-hash algorithm in cache_peer handle this case? since source-hash is based on users' IP for redirection. Thanks again. 2008/6/12 Henrik Nordstrom <[EMAIL PROTECTED]>: > On tor, 2008-06-12 at 18:13 +0800, Ken W. wrote: >> I have two original server

[squid-users] How to keep session?

2008-06-12 Thread Ken W.
Hello, I have two original servers behind Squid boxes. How to keep requests from the same client always going to the same original server? Because we have to use session for web applications, so assigning requests to original servers by random is not right. Thanks. --Ken

Re: [squid-users] multi original servers

2008-06-09 Thread Ken W.
2008/6/10 Ben Hollingsworth <[EMAIL PROTECTED]>: > > In my testing, I found that the names had to be slightly different. For > instance: > > cache_peer INTERNALIP1 parent 80 0 no-query originserver login=PASS > name=INTERNALNAME1-peer sourcehash > cache_peer INTERNALIP2 parent 80 0 no-query origi

[squid-users] multi original servers

2008-06-09 Thread Ken W.
right? The two lines have the same values of 'name=' , is it right? Thank you. --Ken

[squid-users] Request failure ratio

2008-06-07 Thread Ken W.
Hello, When running squidclient mgr:info, there is an item called "Request failure ratio". What does this mean? Does it include the requests which were rejected by ACL rules? Thanks.

Re: [squid-users] https questions

2008-06-07 Thread Ken W.
'--disable-poll' '--disable-select' '--disable-ident-lookups' '--with-aio' '--with-large-files' '--with-filedescriptors=51200' '--enable-ssl' I'm running it under redhat linux AS5. Please help, thanks. --Ken 2008/6/7 Henrik

Re: [squid-users] https questions

2008-06-07 Thread Ken W.
2008/6/7 Henrik Nordstrom <[EMAIL PROTECTED]>: >> >> Thanks Henrik. >> Under my setting, can squid work correctly for this flow? >> >> clients --https--> squid --http--> webserver >> webserver --http--> squid --https--> clients > > Again, yes, provided your web server application has suppo

Re: [squid-users] https questions

2008-06-06 Thread Ken W.
2008/6/7 Henrik Nordstrom <[EMAIL PROTECTED]>: > > But you are quite likely to run into issues with the server sending out > http:// URLs in it's responses unless the server has support for running > behind an SSL frontend. See for example the front-end-https cache_peer > option. > Thanks Henrik.

[squid-users] https questions

2008-06-06 Thread Ken W.
Hello members, I want to set squid, which accepts https from clients, then forward the request to original server with http protocal. This is the setting I considered: https_port 443 accel vhost cert=/squid/etc/xxx.crt key=/squid/etc/xxx.key protocol=http cache_peer 10.0.0.1 parent 80 0 no-qu

[squid-users] https->http setting

2008-06-06 Thread Ken W.
Hello members, I want to set squid, which accepts https from clients, then forward the request to original server with http protocal. This is the setting I considered: https_port 443 accel vhost cert=/squid/etc/xxx.crt key=/squid/etc/xxx.key protocol=http cache_peer 10.0.0.1 parent 80 0 no-que

[squid-users] https questions

2008-06-06 Thread Ken W.
( I'm sorry that this was my third message for the same question to the list. b/c the before two messages sent from yahoo got lost...) Hello members, I want to set squid, which accepts https from clients, then forward the request to original server with http protocal. This is the setting I co

[squid-users] about delay pool

2005-12-01 Thread Ken Lei
Dear Sir, I use delay pool option to limit bandwidth, all internet traffic will through this server in my network, i want to know whether it can limit all the traffic (for example, MSN, ICQ, BT, etc.) and how can i know does it work ? Thank you very much. Best Regards, Ken Lei

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

2005-10-05 Thread Ken Lei
set --enable-async-io paramter when i compile ? Thank you very much!!! Ken Lei ___ 想即時收到新 email 通知? 下載 Yahoo! Messenger http://messenger.yahoo.com.hk

Re: [squid-users] Re: Which deny rule was used?

2005-08-25 Thread Ken Ara
let the evildoers know why they've been denied. What would be neat would be a way to log certain errors to cache.log rather than send an error page. Ken > > I have seen this question asked before but I have > > been unable to find the answer. > > > > Using squid-2

[squid-users] Which deny rule was used?

2005-08-24 Thread Ken Ara
be no way to detect which rule has been invoked to deny access. What, if any, solutions exist? TIA, Ken __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

RE: [squid-users] Squid authentication and Active Directory

2005-05-25 Thread McKinlay, Ken
Stefan, You might want to take a look at http://kb.papercutsoftware.com/Main/ConfiguringSquidProxyToAuthenticateWithActiveDirectory. This document helped me in my setup. Ken McKinlay, GCIA Network Security, Curtiss-Wright Controls, Embedded Computing [EMAIL PROTECTED] > -Origi

[squid-users] Multiple accel ports

2005-04-15 Thread Ken Ara
mydomain2.com. The hostname will be mydomain2.myisp.com. I have been informed by the ISP that requests for mydomain2 will be forwarded to port 3128 through some magic outside my jailhost. Do I need a second Squid? What is the recommended way of doing this? Thanks, Ken

Re: [squid-users] A question regarding request retries

2005-01-25 Thread Ken C Sugawara
Henrik, > HTTP does not allow proxies to retry POST requests and requires proxies to > retry failed GET request. Thanks for your info. I should have looked into the protocol by myself... shame on me! Regards, Ken Sugawara <[EMAIL PROTECTED]> Linux @ IBM http://www-6.ibm.com/jp/linux/

[squid-users] A question regarding request retries

2005-01-20 Thread Ken C Sugawara
istinction by design? Thanks and regards, Ken Sugawara <[EMAIL PROTECTED]> Linux @ IBM http://www-6.ibm.com/jp/linux/

Re: [squid-users] Cache refresh after edit using Zope

2005-01-17 Thread Ken Ara
Thanks Kinkie! Since I am setting an "Expires" header, I did not think this would work. According to _Squid: The Definitive Guide_, "The refresh_pattern rules apply only to responses without an explicit expiration time." Perhaps I should try anyway and see what happens

Re: [squid-users] Cache refresh after edit using Zope

2005-01-17 Thread Ken Ara
a "304 Not Modified" reply instead of the "200 OK" for any fresh files and never allow a CLIENT_REFRESH_MISS for any files called 'rss.xml'. I would appreciate any help! Thanks, Ken --- Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > > > On Thu, 30

Re: [squid-users] Yet another question re ERR_ZERO_SIZE_OBJECT

2005-01-10 Thread Ken C Sugawara
cond entry records a 503 error. Regards. Ken Sugawara <[EMAIL PROTECTED]> Linux @ IBM http://www.ibm.com/linux/

Re: [squid-users] Yet another question re ERR_ZERO_SIZE_OBJECT

2005-01-05 Thread Ken C Sugawara
uld return 503). As for information you requested, we are trying to obtain it. Thanks and regards, Ken Sugawara <[EMAIL PROTECTED]> Linux @ IBM http://www.ibm.com/linux/

[squid-users] Yet another question re ERR_ZERO_SIZE_OBJECT

2005-01-04 Thread Ken C Sugawara
request in a condition like the one described above, or are we going to just have to move away from using persistent connection between Squid and Web server? Regards, Ken Sugawara <[EMAIL PROTECTED]> Linux at IBM http://www.ibm.com/linux/

[squid-users] Cache refresh after edit using Zope

2004-12-30 Thread Ken Ara
I am using Squid in accelerator mode to cache complex pages generated by Zope. I use a combination of Python and DTML to update individual database records. This Method ends with a redirect to the publicly viewable page that has just been modified, however to view my changes I need to force a refr

[squid-users] deny access based on referer

2004-11-25 Thread Ken Ara
L (or referer-regexp)? Thanks, Ken Ara __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[squid-users] Problem connecting to local web addresses

2004-08-26 Thread Ken Gray
s both forwarder and web accelerator. Here's the access log entry for it 1093519569.133 75316 127.0.0.1 TCP_MISS/301 569 GET http://192.168.1.1/mrtg - TIMEOUT_DIRECT/192.168.1.1 text/html 1000 apologies if this is an already posted for message! Regards Ken

[squid-users] Disallow client refresh?

2004-06-15 Thread Ken Ara
serve copies of ephemeral content, that would be easier on my database... I tried this: acl aggressive src xx.xxx.xx.xx never-direct allow aggressive but this only got them an error, since I have no neighbors or parent. How should this be done? TIA, Ken

[squid-users] RE: HELP - "WARNING: Disk space over limit"

2004-05-03 Thread Ken Thomson
Rebuilt the swap.state file and all is well. Must have got corrupted somehow. BTW - the old swap.state file was 4317888 bytes in size, the new one 119042256 bytes in size. Why the BIG increase in file size? Cheers, Ken.

[squid-users] HELP - "WARNING: Disk space over limit"

2004-05-03 Thread Ken Thomson
oking at the warnings, it looks like something internally has overflowed. Does anyone have any suggestions on how I can fix or further diagnose this problem? Regards, Ken.

[squid-users] Delay pools and discriminating by authenticated user or ip address

2004-03-17 Thread Ken Thomson
?  Can I assign different delay pools to different authenticated users?  Can I assign different delay pools using a src ACL? Thanks for any info. Regards, Ken.

[squid-users] Only caching sometimes

2004-01-14 Thread Ken
object had changed when validation was attempted'. If I understand correctly from the log extracts below (access.log, store.log and Zope's Z2.log), the object has been dropped and re-entered into the cache. Why? How can I prevent this? Thanks in advance! Ken -- 202.202.202.202 - - [14/

Re: [squid-users] Squid not caching

2004-01-09 Thread Ken
at you meant by 'fix'? >Ken wrote: >> Thank you Henrik! We're caching! >> >> milles mercis, >> >> Ken > > >What was your particular fix? I think one of my proxies is doing the same thing... > >> >> >>>Have your read t

Re: [squid-users] Squid not caching

2004-01-09 Thread Ken
Thank you Henrik! We're caching! milles mercis, Ken >Have your read the "Caching Tutorial for Web Authors and Webmasters" tutorial? http://www.mnot.net/cache_docs/> >The "Cacheability Engine" http://www.mnot.net/cacheability/> is also useful when

[squid-users] Squid not caching

2004-01-09 Thread Ken
el_port 81 httpd_accel_uses_host_header on --- I hope the above will provide some clue about what I am doing wrong! TIA, Ken

[squid-users] Running, but not caching

2004-01-07 Thread Ken
this problem. There are some other things happening that I don't understand, but I'll save those for later... Can someone help me to unravel this mystery? TIA, Ken

[squid-users] Using a proxy_auth acl to match active directory usernames

2003-11-25 Thread Ken Thomson
he acls so they look like... acl bypass_delay proxy_auth -i ABC\\username username username$ acl delayed_users proxy_auth -i ABC\\username2 username2 username2$ This doesn't work either. In all cases it is delay pool 5 which is applied. Any ideas on what I could do to get to my intended outcome? Regards, Ken.

RE: [squid-users] RE: WCCP for Squid (WindowsNT)

2003-09-21 Thread Ken . Farrington
Thx Robert. Would someone be able to supply with with the binary as I am not a developer? I am getting confused with all the compilers/sources I need to do? Many thx indeed, Ken -Original Message- From: Robert Collins [mailto:[EMAIL PROTECTED] Sent: 21 September 2003 22:59 To: [EMAIL

[squid-users] RE: WCCP for Squid (WindowsNT)

2003-09-21 Thread Ken . Farrington
, I would love to hear from you. Kind regards, Ken > -Original Message- > From: Farrington, Ken: IT (LDN) > Sent: 21 September 2003 16:24 > To: '[EMAIL PROTECTED]' > Subject: RE: WCCP for Squid (WindowsNT) > > > Hi All, > >

[squid-users] RE: WCCP for Squid (WindowsNT)

2003-09-21 Thread Ken . Farrington
if Squid is rebuilt with the --enable-wccp > option" > > So do I need to do a compile on some code to enable this option as it > sounds? > > Many thx indeed, and if there is a free C compiler for windows, could you > recommend (otherwise I wil

RE: [squid-users] Re: ntlm won't prompt

2003-07-10 Thread Ken Thomson
Mozilla 1.4 claims to support NTLM authentication. -Original Message- From: Adam Aube [mailto:[EMAIL PROTECTED] Sent: Friday, 11 July 2003 11:41 To: [EMAIL PROTECTED] Subject: Re: [squid-users] Re: ntlm won't prompt >Please excuse my ignorance. Would passwords be passed in clear text u

RE: [squid-users] NTLM authentication with winbind - problem (but basic winbind works)

2003-07-02 Thread Ken Thomson
Hi Adam, Yes - that was the problem. I didn't realise that the RedHat RPMS had not enabled -with-winbind-auth-challenge. Installed Samba from source and it worked fine :-) Cheers, Ken. -Original Message- From: Adam Aube [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 July 2003 5:

RE: [squid-users] NTLM authentication with winbind - problem (but basic winbind works) ( Samba , wb_info , with-winbind-auth-challenge )

2003-07-02 Thread Ken Thomson
--with-winbind-auth-challenge There doesn't seem to be a way to disable SWAT - so I just deleted it. -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 July 2003 5:25 AM To: Ken Thomson; [EMAIL PROTECTED] Subject: Re: [squid-users] NTLM authenticati

[squid-users] NTLM authentication with winbind - problem (but basic winbind works)

2003-06-30 Thread Ken Thomson
Hi everyone, I have successfully got squid working with and compiled on a Redhat Line 7.3 system. However, having problems with NTLM authenticaion. I have setup winbind as per the FAQ. I have tested wb_auth on the command line and it authenticates fine. I have also used wbinfo -a to test out

RE: [squid-users] Large squid cache configuration

2003-06-30 Thread Ken Thomson
Apologies - forgot to mention running on Linux (Redhat 7.3). -Original Message- From: Ken Thomson Sent: Monday, 30 June 2003 17:04 To: [EMAIL PROTECTED] Subject: [squid-users] Large squid cache configuration A long time ago I found a website that went through the process of setting up

[squid-users] Large squid cache configuration

2003-06-30 Thread Ken Thomson
ow to compile with more than 1024 file descriptors (I think it is a ulimit thing). Regards, Ken. PS. I tried going through the mailing list archive - but without a full text search it just takes too long trying to guess subjects.

[squid-users] NTLM Authentication using the SMB helper - need help with access log problems

2003-03-24 Thread Ken Thomson
setup using NTLM authentication and SMB experience this log problem? 2) Is the problem with the client or with the squid setup? 3) Is there a way to fix it? 4) What is the winbind NTLM helper? How does it differ to SMB? Thanks in advance to any help or discussion people can provide. Regards, Ken.