[squid-users] squid redirection to local apache

From: jayesh chavan <jayesh.jayiesh_at_gmail.com>
Date: Sun, 14 Mar 2010 14:11:14 +0530

Hi,
  I can access my apache server from local browser.But redirection to
it using squid not working.My redirect program is:

 #!c:/perl/bin/perl.exe
# enable buffer autoflush
$|=1;
# read from standard input
while (<>) {
        # perform string substitution:

        s@http://www.ewq.com@http://127.0.0.1@;
        # print result to standard output
        print;
}

Regards,
Jayesh
Received on Sun Mar 14 2010 - 08:41:22 MDT

This archive was generated by hypermail 2.2.0 : Mon Mar 15 2010 - 12:00:04 MDT