On Fri, 14 Jan 2005, Hement Gopal wrote:

How would I confirm that I am running the correct version of nsca?

What is the path to your ncsa_auth binary, and how did it get installed where it is?


Try URL-escaping the login and/or password by replacing some characters by %nn syntax where nn is the hex ascii code of the character.

Example:

Login: henrik
Password: nordstrom

/path/to/libexec/ncsa_auth /path/to/etc/htpasswd.db
%68enrik nordstrom


If this works (OK returned) then it's a Squid-2.5 compatible version.

Regards
Henrik

Reply via email to