Re: URL redirector.

From: Russell Street <r.street@dont-contact.us>
Date: Tue, 18 Feb 1997 08:39:31 +1300 (NZDT)

> Could someone tell me how to use or how to configure
> the squid.conf, so that I could see the effect of
> redirect_program

#!/usr/local/bin/perl
$|=1;
while (<>) {
   s@http://www.microsoft.com@www.sun.com@; ## prejudice ;)
   print;
}

Then retrieve MS's home page via the cache.

> and deny_info ?

Pass.

If you would like to see a redirector put to a strange use, you can
get the one that we use for our access control. Available from

        http://eccles.itss.auckland.ac.nz/

Russell
Received on Mon Feb 17 1997 - 11:45:34 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:29 MST