Buntoholic
October 23rd, 2008, 07:53 AM
Hi all,
I'm using Ubuntu 8.04 and running the included Apache 2.0
I'm hosting quite a few websites on this server so it's more than annoying when I'm restarting Apache and it just hangs for a minute or so with the following mesasge in error.log
[Thu Oct 23 11:07:58 2008] [notice] Digest: generating secret for digest authentication ...
And then after a while :
[Thu Oct 23 11:09:29 2008] [notice] Digest: done
and the server starts.
I suspect that "auth_digest" is using /dev/random instead of /dev/urandom and is waiting for the system to have enough entropy to continue.
But with a live production system, I realy can't justify any downtime when adding or modifying a site config file.
Can anyone please suggest a solution for this problem ?
I'm using Ubuntu 8.04 and running the included Apache 2.0
I'm hosting quite a few websites on this server so it's more than annoying when I'm restarting Apache and it just hangs for a minute or so with the following mesasge in error.log
[Thu Oct 23 11:07:58 2008] [notice] Digest: generating secret for digest authentication ...
And then after a while :
[Thu Oct 23 11:09:29 2008] [notice] Digest: done
and the server starts.
I suspect that "auth_digest" is using /dev/random instead of /dev/urandom and is waiting for the system to have enough entropy to continue.
But with a live production system, I realy can't justify any downtime when adding or modifying a site config file.
Can anyone please suggest a solution for this problem ?