On Tue, 23 Mar 2004, Bernard PRE wrote:

> Hi,
> 
> I am trying to run and authenticate program writen in php and i add this
> line to squid.conf, but nothing append :
> authenticate_program /usr/bin/auth.php


Which Squid version?

You also need to define an acl and use that acl in http_access...

And beware of output buffering. The program will be running in a pipe and 
in most languages you then need to disable output buffering.

Regards
Henrik

Reply via email to