Garrett Rooney wrote:
Stas Bekman wrote:

Use /dev/urandom, which will not block.



It's not us who uses it, but Apache, so it's not under our control. Notice that Digest: generating secret for digest authentication ... is coming from an apache module.


I believe you can compile APR to use urandom instead of random, which should cause Apache to use it as well (unless Apache is accessing /dev/random on it's own, which I doubt). See the --with-devrandom flag for APRs configure.

Right, this is documented here: http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Server_Hanging_at_the_Startup and it also says: however, that is not secure for certain needs.


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to