[squid-users] How can do squid bypass client's request to orign server if 404 error code occured?.

2007-10-28 Thread Seonkyu Park
Hi Squid Users. I'm looking to setup a reverse proxy cache with SQUID if squid can't find pages(html or image) then client's request go to origin server. (bypass) Example. -- # Current Status. Step 1. Client Request=>Reverse Prox

[squid-users] my squid used by someone's proxy server.

2007-11-07 Thread Seonkyu Park
Hello Squid users. I am using squid for server accelerator. But my squid server used by someone's transparent proxy. (My server IP address listed by http://www.proxy-list.net/transparent-proxy-lists.shtml ) Also listed by google link (PROXY LISTS - Free Anonymous Proxies and Proxy Tools) Is It

[squid-users] Can't cache dynamic image file..

2007-11-20 Thread Seonkyu Park
Hello Squid users. I am using squid for server accelerator. But my squid server can't cache dynamic image. My origin server use not local disk. That use network file system and send image file using ASP function. ( response.write 'filename' ) -

Re: [squid-users] Can't cache dynamic image file..

2007-11-20 Thread Seonkyu Park
x27;TCP_HIT' ? > Look at the 'cache' directive and refresh patterns. > > > > Adrian > > > On Wed, Nov 21, 2007, Seonkyu Park wrote: >> Hello Squid users. >> >> I am using squid for server accelerator. >> >> But my s

[squid-users] How to check HTTP-referer ?

2007-12-03 Thread Seonkyu Park
Hello Everyone. I'm using squid for reverse proxy. [Client] -> [Squid] -> [Origin Server] My Origin Server check HTTP-referer. ( eg. www.abc.com ) As you know, SQUID doesn't have the function to check the http-referer of clients. But, I want my web server to check it. So, how can I set the

[squid-users] Transform dynamic page into static page.??..

2008-01-24 Thread Seonkyu Park
Hello Everyone. I'm using squid for reverse proxy. Original server has following URI . http://www.xyz.com/abc.swf http://www.xyz.com/abc.swf?id=xxx http://www.xyz.com/abc.swf?id=yyy Squid know that is dyanamic page. Squid store three objects. ( abc.swf , abc.swf?id=xxx, abc.swf?id=yyy ) I

[squid-users] squidclient -m PURGE problem...

2008-06-10 Thread Seonkyu Park
Hello Everyone. I've been using SQUID for reverse proxy. ( web server accelerator ) I try to make purge system with squidclient program. For client could get fresh object from SQUID. 'squidclient -p 80 -h 1.1.1.1 http://a.b.c/x.jpg' I got the result, cache object(x.jpg) successfully deleted. A

[squid-users] re... squidclient -m PURGE problem...

2008-06-10 Thread Seonkyu Park
I'm sorry I missed... 'squidclient -p 80 -h 1.1.1.1 http://a.b.c/x.jpg' => 'squidclient -p 80 -m PURGE -h 1.1.1.1 http://a.b.c/x.jpg' > Hello Everyone. > > I've been using SQUID for reverse proxy. ( web server accelerator ) > I try to make purge system with squidclient program. > For cl

[squid-users] How to use MRTG of Multiple httpd-accelerator mode ?

2007-04-16 Thread Seonkyu Park
ooOoo-- HYOSUNG ITX : Seonkyu Park +82-10-4597-9312 --ooOoo-

[squid-users] How to do disable client caching ( Internet Expoloer ) in Reverse proxy mode ?

2007-05-04 Thread Seonkyu Park
ments and Settings\Owner\Local Settings\Temp ) How to do disable client caching with squid ? ( ie: meta tag swap .. Can do this squid ? ) Thanks. -ooOoo--

[squid-users] Add Specific Header ?

2007-05-09 Thread Seonkyu Park
idate" -- I use squid for server accelerator. How do I configure Squid.conf same as apache.conf ? ( add Header no-store,nocache,must-revalidate to "avi" ) Thanks. -ooOoo-- HYOSUN

[squid-users] How can do squid automatically detect Origin Server's condition about LIVE or DEAD ?

2007-07-04 Thread Seonkyu Park
Hi Squid users. I am having following problem with squid acting as reverse proxy. 1. Origin Server ===> Cache Server ( Squid ) ===> [Client] 2. Origin Server Dead at AM 04:00 Origin Server =X=> Cache Server ( Squid ) ===> [Client] Log message like this. 2007/07/05 04:32:08| TCP

[squid-users] revserse proxy for shopping mall image

2007-09-04 Thread Seonkyu Park
Hi Squid Users. I'm looking to setup a reverse proxy cache with SQUID that image changes very often. For example,I want change cache-image immediately if original server's image modified. (eg. Internet shopping mall's images ) If it's impossible , it must change as soon as possible. I try to