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