AW: [squid-users] proxy : redirect

From: Ulrich Walcher <uw@dont-contact.us>
Date: Thu, 18 Apr 2002 21:55:54 +0200

did you alter the httpd lines?

http://squid.visolve.com/squid24s1/httpd_accelerator.htm

Regards,
Uli

-----Ursprüngliche Nachricht-----
Von: Payal [mailto:rpayal@indiainfo.com]
Gesendet: Freitag, 19. April 2002 05:49
An: squid
Betreff: [squid-users] proxy : redirect

Hello,
I am using squid 2.4 stable4 and ipchains 1.3.10.
I prefer to use for the time being ipchains instead of iptables. Now squid
is running properly. I can see access.log files getting updated. i use a
banner redirector which also works, so squid does work properly. No doubt
about it. Now I don't want to configure each browser. So, I want all http
requests to redirect to squid. So, I do simple setup like,
ipchains -A input -j ACCEPT -s localhost -d localhost
ipchains -A input -p tcp -d 0/0 80 -j REDIRECT 3128
#ipchains -L
Chain input (policy ACCEPT):
target prot opt source destination ports
ACCEPT all ------ localhost.localdomain localhost.localdomain n/a
REDIRECT tcp ------ anywhere anywhere any ->
http => squid
Chain forward (policy ACCEPT):
Chain output (policy ACCEPT):
Still, I cannot get this whole thing to work. I can see [ from access.log ]
that a browser which is not configured to use squid does not use squid at
all.
Please tell me what is missing?
Thanks a lot for the time in advance and bye.
-Payal
Received on Thu Apr 18 2002 - 13:53:13 MDT

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