Displaying 2 results from an estimated 2 matches for "httpd_accel".
Did you mean:
http_accel
2007 Feb 03
3
Shorewall and Squid 2.6
Hi all,
(not sure that this is the right places where send this. sorry)
I think that http://www.shorewall.net/Shorewall_Squid_Usage.html must be
updated.
The current SQUID version (2.6) don''t support anymore the ''httpd_accel''
directives.
So anyone that would follow this guide for configure a transparent proxy
will receive an error 400.
Please modify the guide as follow (as in SQUID documentation):
Instead of put these variables in /etc/squid/squid.conf:
httpd_accel_host virtual
httpd_accel_port 80
httpd_a...
2004 Oct 14
16
Squid as a transparent proxy
...ux gateway. My net
is as follows:
loc subnet --- fw Linux Gateway --- ADSL router
192.168.1.0/24 192.168.1.92 (eth1) WAN.WAN.WAN.2
(gw = WAN.WAN.WAN.WAN (eth0)
192.168.1.92) (gw = WAN.WAN.WAN.2)
Linux Gateway config:
******
squid.conf:
http_port 3128
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
******
Apache2 is running on port 80.
******
/etc/shorewall/rules:
REDIRECT loc 3128 tcp 80 -
!WAN.WAN.WAN.WAN,192.168.1.92,WAN.WAN.WAN.2
(fw can access net)
******
At first, everything works fine. Client...