On Fri, 23 Jan 2004, Riccardo Fontana wrote: > Is it enough to write an endless loop in perl script that read data from > stdin (username) and return OK or ERR checking soma basic functions ?
Yes, until there is no input. You need to remember to make stdout unbuffered thou. > Where can I found a little basic documentation about how helpers > interact with squid ? The comments in squid.conf, and the "sample" helpers shipped with Squid. Regards Henrik
