Why don't you try Squirm redirector for Squid? There're others like Squidguard. You can find Squirm at http://squirm.foote.com.au/
favian
stuart <stuart@catjes.com.au> wrote: Hello All,
I have been trying to get redirection of URL based of request name
working again, after upgrading squid to fix vulnerabilities.
I have the latest squid version (stable) and am trying to get the
redirector working.
The problem is that I get the following access.log entry, when someone
tries to get to http://nlisdev.catjes.com.au/ through squid.
>> 1017223294.702 0 144.136.69.184 NONE/400 1084 GET / - NONE/- -
I have checked the archives, and docs, but don't seem to get anywhere.
Redirector is simple:
#!/usr/bin/perl
$|=1;
while (<>) {
s@http://nlisdev.catjes.com.au/@http://172.16.0.112:8008/@;
print;
}
Thanks for any help or tips
Stuart Hume
Catjes Pty Ltd
Telephone : 9460 1434
Mobile : 0403 043 644
---------------------------------
Do You Yahoo!?
Get personalised at My Yahoo!.
Received on Wed Mar 27 2002 - 18:02:52 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:08 MST