[SQU] transparent proxying - server accelerator mode

From: Dongho Lee <coolness@dont-contact.us>
Date: Wed, 27 Dec 2000 14:23:38 +0900

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
Received on Tue Dec 26 2000 - 22:25:53 MST

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