Re: [squid-users] URL redirecting

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 29 Mar 2002 12:21:27 +0100

Are you running Squid as an accelerator for nlisdev.catjes.com.au?

If so, have you configured Squid for accelerator use?

Regards
Henrik

stuart 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
Received on Fri Mar 29 2002 - 04:23:45 MST

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