[squid-users] help required .. repeat post

From: khiz code <khizcode@dont-contact.us>
Date: Fri, 21 Dec 2001 04:12:10 -0800 (PST)

pls this is not spam ...
i really do need help with redirector setup

i did one mor ething
i wrote a simple script
 #!/usr/bin/perl
$|=1;
open (LOG,">>logs.txt");
 while (<>)
{ print LOG $_; print $_; }
close LOG;
placed in /usr/local/squid/bin where my current squid resides
did chmod 755 dir.pl ( name of the script)
did chown nobody:nobody dir.pl
changed relevant part in squid.conf

script runs fine as nobody ...
yet squid cannt seem to work with it i cant telnet to squid

i m at my wits end .. dunno whats wrong
pls help me out
TIA
Khiz

__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
Received on Fri Dec 21 2001 - 05:12:12 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:27 MST