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....@http://127.0.0.1@;
# print result to standard output
print;
}
Regards,
Jayesh
