Redirector for Squid as Accelerator

From: Arthur S. Petrossian <arthur@dont-contact.us>
Date: Tue, 14 Apr 1998 13:47:30 +0500 (BSD)

Hi!

I tried to configure my Squid 1.1.20 as Accelerator
but it does not work with the redirector provided in Release-Notes1.1..

#!/usr/bin/perl
$|=1;
while (<>) {
      s@http://www1.sci.am@http://geo.sci.am@;
      s@http://accel.sci.am@http://www.sci.am@;
      print;
      }

The following error is being displayed

**************************************************************88
                                     ERROR

The requested URL could not be retrieved

     _________________________________________________________________

   While trying to retrieve the URL: /

   The following error was encountered:
     * Invalid URL syntax

   This means that:
    Please double check it, or ask for assistance.
     _________________________________________________________________
***********************************************************************

Who can suggest anything

Arthur
Received on Tue Apr 14 1998 - 03:04:20 MDT

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