[squid-users] squidclient and Host header?

2007-09-01 Thread Monty Ree
Hello, list. I have used purge using squidclient like below. squidclient -v -m purge -r -p 80 -h example.com http://example.com/test.jpg But squidclient doesn't include Host header, so I would like to add Host header like below. squidclient -v -m purge -r -p 80 -h example.com -H 'Host:

[squid-users] each mrtg graph per domain?

2007-07-20 Thread Monty Ree
Hello all. I have setup and serviced squid 2.6.STABLE4 at linux for reverse proxy for multiple domains well. # squid.conf example. cache_peer cp.abc.com parent 800no-query originserver name=cp.abc.com cache_peer_domain cp.abc.com abc.com acl

[squid-users] please recommend high performance squid-like solution?

2007-07-18 Thread Monty Ree
Hello, list. I'm searching squid-like reverse cache solution which can caching like squid. Surely squid itself is good but as I know squid is a bit slow. So is there any high performance solution(freeware or cheap commercial) which you can recommend? Thanks for your time...

[squid-users] Access Denied error occurred randomly.

2006-11-30 Thread Monty Ree
Hello, I have used squid 2.6 stable4 for reverse proxy for 10 domains. It works well, but from time to time I can meet Access Denied error. Then if I execute /usr/local/squid/sbin/squid -k reconfigure, works again well without error. But after sometime, Access Denied error occurs again..

[squid-users] only Access Denied error to log?

2006-11-30 Thread Monty Ree
Hello, all. I would like to leave logs only Access Denied 403(forbidden) error related. Anyone who can help me? How can I set squid.conf to leave only Access Denied error to log file? Thanks for your help in advance. _ 오늘 무슨 일이

[squid-users] How can I set error_log?

2006-11-07 Thread Monty Ree
Hello, I would like to monitor separate error_log like 404(Not Found), 403(Forbbidden) as apache. So is there any directive or method that I can save these errors to file like /usr/local/squid/var/logs/error_log?? Thanks for your help...

Re: [squid-users] leaving each log file per domain at squid

2006-10-23 Thread Monty Ree
I have setup squid 2.6 for reverse proxy about several domains. So I would like to leave each log messages to separate files per cache_peer_domain. Is there any method to do this? Yes. See access_log and dstdomain acl. Thanks for your kind answer. If I have tow peer domains(www.abc.com,

[squid-users] Max membufs value at COSS?

2006-10-21 Thread Monty Ree
Hello... my squid is below.. linux kernel : 2.6.18 squid : 2.6.STABLE4-20060928 Memory : 4G RAM CPU : AMD Opteron COSS config at squid.conf cache_dir coss /cache/coss 25000 block-size=2048 max-size=100 membufs=500 I can see lots of log at /var/log/squid/cache.log

[squid-users] leaving each log file per domain at squid

2006-10-21 Thread Monty Ree
Hello... I have setup squid 2.6 for reverse proxy about several domains. So I would like to leave each log messages to separate files per cache_peer_domain. Is there any method to do this? So thanks for your help.. _ 책상위에 다리 올리고

[squid-users] Recommendable value of cache_mem?

2006-09-26 Thread Monty Ree
Hello I have 4G RAM squid.. What is the recommendable value of this variable? cache_mem cache_swap_low cache_swap_high Thanks for help.. _ 싸게 싸게 MSN공동구매 http://www.waawaa.com/cobuy/cobuy_default.asp?siteid=10160

Re: [squid-users] Any kernel patch to improve performance?

2006-09-04 Thread Monty Ree
Hello Henrik Nordstrom. Performance for Squid now generally isn't CPU bound.. Thanks for your answer. But my ab result say, performance is related with CPU intensively. For example, my ab result here. # ab -k -n 2000 -c 300 some_image_file kenel 2.6.x , squid 2.6stable3, same network and

[squid-users] Any kernel patch to improve performance?

2006-09-03 Thread Monty Ree
Hello, all. I think that lots of kernel patch project is to improve performance 2.6 based. So is there any recommendable kernel patch project ? I have googled and found some like below.. http://members.optusnet.com.au/ckolivas/kernel/ http://people.redhat.com/~mingo/realtime-preempt/

[squid-users] dns issue in the point of performance?

2006-08-31 Thread Monty Ree
Hello, all. I have installed bind DNS at squid server. So what is the better in the point of performane to use bind DNS or internal squid DNS? Thanks in advance. _ 확인하자. 오늘의 운세 무료 사주, 궁합, 작명, 전생 가이드

[squid-users] curious error log epoll related???

2006-08-29 Thread Monty Ree
Hello, all. When I execute squid it doesn't work. my system is centos 3.7(x86_64) kernel 2.6.17 / 2.6.18-rc5 (AMD-275) squid is 2.6 s2, s3 all same... strings /usr/local/squid/sbin/squid | grep epoll epoll_wait epoll_ctl epoll_create epoll ctl Using epoll for the IO loop comm_epoll.c

Re: [squid-users] curious error log epoll related???

2006-08-29 Thread Monty Ree
Thanks for your answer. But I have selected epoll. .config file say, CONFIG_EPOLL=y I have executed well, centos 4.3 based. Thanks in advance. From: Adrian Chadd [EMAIL PROTECTED] To: Monty Ree [EMAIL PROTECTED] CC: squid-users@squid-cache.org Subject: Re: [squid-users] curious error log

[squid-users] How to hide squid version information?

2006-08-27 Thread Monty Ree
Hello, all. I would like to hide squid version or server information for security reason. So I set via off at squid.conf file. But via information is seen as ever. Is there any directive or method like ServerTokens at apache? Thanks in advance.

[squid-users] MaxClients of the squid?

2006-08-24 Thread Monty Ree
Hello, all. I have tested some commercial reverse proxy solution with squid. and I must set the number of the max session at config like MaxClients at apache. So, is there any max client limit at squid? When the squid can't service any more? I can't find any directive related this.. Thanks

[squid-users] Lots of TIME_WAIT why?

2006-08-24 Thread Monty Ree
Hello, all. I have tested squid using ab like below. # ab -k -n 1000 -c 100 http://squid.test.com/ as you know -k means Use HTTP KeepAlive feature and I can see over 1,000 TIME_WAIT when I execute netstat -na. But I can't see TIME_WAIT any more at commercial cache. Why squid doesn't use

[squid-users] include at squid.conf supported?

2006-08-24 Thread Monty Ree
Hello, all. I would like to include some config file at squid.conf. So I set like this at squid.conf to include vhosts.conf file. Include /usr/local/squid/etc/vhosts.conf or Include etc/vhosts.conf or Include ./vhosts.conf squid.conf and vhosts.conf file is at same

[squid-users] COSS losing cached data after squid restart?

2006-08-23 Thread Monty Ree
Hello, list. I have read a book which titled Squid, the Definite Guide. That say like this. coss doesn't support rebuilding cached data from disk well. When you restart sqyud, you might find that it fails to read the coss swap.state files, thus losing any cached data. I guess that I should

[squid-users] How to set multiple namebased virtual reverse proxy?

2006-08-21 Thread Monty Ree
Hello, list. I would like to set reverse(accelerator mode) cache using squid by namebased virtualhost. So I set squid.conf like below, and works well. IP of the www.test.com and www.example.com is set squid IP. and origin server is test.com and example.com.(different server) www.test.com

[squid-users] the lastest benchmark document?

2006-08-14 Thread Monty Ree
Hello, all. I'm a beginner of the squid. and I would like to search squid performance document. But old documents only. I heard that the lastest squid has good performance(especially 2.6),right? So anyone who have any performance benchmark materials especially reverse proxy related? if