You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Dan Poirier <po...@pobox.com> on 2009/10/01 16:32:51 UTC

[users@httpd] Re: Issue with mod_auth_digest

"Soumendu Bhattacharya" <So...@headstrong.com> writes:

>                                 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 <URL:http://httpd.apache.org/userslist.html> for more info.
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