Fwd: Re: [SQU] transparent proxying - server accelerator mode

From: Paul Kincaid <paul@dont-contact.us>
Date: Fri, 29 Dec 2000 10:39:13 -0500

Opps, sent this from the wrong account so it got rejected going to the
list....

---------- Forwarded Message ----------
Subject: Re: [SQU] transparent proxying - server accelerator mode
Date: Fri, 29 Dec 2000 10:28:05 -0500
From: Paul Kincaid <pkincaid@sc.wareonearth.com>
To: "Dongho Lee" <coolness@super.inha.ac.kr>,
 "Squid-mailing list" <squid-users@ircache.net>

How do you have your ServerIron set up? Is the SI seeing your WebCaches as
Active or Failed? Sounds to me like the SI is not redirecting the request
(if a SI is set up to redirect Web traffic and finds the cache is down, it
will send all traffic irectly out - bypassing your caches altogether.)

If you could, send your SI configs and perform a 'sh cache' on the SI and see
what that gives for the client (should be 'active'). There are a bunch of
reasons why this would not be working, I'd have to see your SI configs to be
sure its not that (which I have seen is the most common cause of this type of
behavior)

Let me know and I hope this helps,
Paul Kincaid

On Wednesday 27 December 2000 00:23, Dongho Lee wrote:
> Hi,
> Using ServerIron L4 switch, I have set Squid to transparent mode
> proxing/caching mode.
> my configuration is same as FAQ's
>
> http_port 8080
> httpd_accel_host virtual
> httpd_accel_port 80
> httpd_accel_with_proxy on
> httpd_accel_uses_host_header on
>
> last, I make chain using ipchains in Linux kernel 2.2.14-5kr
> $ echo 1 > proc/sys/net/ipv4/ip_forward
> $ /sbin/ipchains -A input -p -tcp -s 1.1.1.1/255.255.255.0 -d 0/0 80 -j
> REDIRECT 8080
>
> our system environment is below
>
> client --- switch ---- L4 Switch --- router
> (myNet) |
> squid
>
> Now, I want to set Squid to transparent server accelerator mode.
> so, I read FAQ and User's Guide
>
> but squid does not act as server accelerator mode.
>
> our system environment is below
>
> clients --------------+
> (other IP) |-----switch ----- L4 Switch ----- router
> web server ----------+ |
> (211.43.141.200) Squid
>
> (211.43.141.216)
>
> changed squid.conf is below
> ------------------------------------------------------
> http_port 8080
> acl myNet src 211.43.141.192/255.255.255.224
> acl acceleratedHost dst 211.43.141.200/255.255.255.255
> acl acceleratedPort port 80
> http_access allow acceleratedHost acceleratedPort
> http_access allow myNet
> http_access deny all
> httpd_accel_host 211.43.141.200
> httpd_accel_port 80
> httpd_accel_with_proxy on
> httpd_accel_uses_host_header on
> -------------------------------------------------------
>
> but Squid doesn't act as server accelerator.
>
> How do i Set it up?
> plz help me.
> ===================================================================
> I'm DongHo, Lee. Super Computing Lab. Dept. of CSE. INHA Univ.
>
> ~~~m.^-^.m~~~ Do Your Best!...^^;
>
> http://super.inha.ac.kr/~coolness/ icq #21689748 (nick : coolness)
> mailto:coolness@super.inha.ac.kr mailto:coolness@hanmail.net
> ===================================================================
>
> --
> To unsubscribe, see http://www.squid-cache.org/mailing-lists.html

-------------------------------------------------------

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Fri Dec 29 2000 - 08:37:35 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:08 MST