Re: Issue with mod_auth_digest
am 01.10.2009 16:32:51 von Dan Poirier"Soumendu Bhattacharya"
> I am facing an issue with existing apache
> instances on hp unix. Looks like mod_auth_digest is failing to generate
> secret for Digest . It fails with the following error :
>
> [Thu Oct 01 03:19:45 2009] [notice] Digest: generating secret for digest
> authentication ...
>
> [Thu Oct 01 03:19:45 2009] [crit] (2)No such file or directory: Digest:
> error generating secret: No such file or directory
In the trace, there are only a few instances of ENOENT ("No such file or
directory") and some of them immediately follow the log message from
mod_auth_digest that it's about to generate the secret. These are all
socket and connect calls, which leads me to believe that the code in
apr_generate_random_bytes() is compiled to use EGD, but that's not
working. Maybe with that hint, your admins can be more helpful.
Dan
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org