At 03:07 PM 02/05/00 +0100, Rene' Seindal wrote:
>Below is a small test program, which manages to send back a 401 response
>to get the browser to prompt for a password, and to extract the username
>and password on the following request. The program works as expected,
>except that the entries in th
Hi,
I have a minor problem with Apache and mod_perl regarding the logging of
response status codes to the access_log.
I have a program where I want to do the authentication manually. The
program has to have a user database anyway, so I would like to
authenticate against that.
Below is a small t