[squid-users] URL redirecting

From: stuart <stuart@dont-contact.us>
Date: Wed, 27 Mar 2002 20:54:01 +1100

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
Received on Wed Mar 27 2002 - 02:53:44 MST

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