Search squid archive

squid redirection to local apache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux