DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25867>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25867 [patch] SSL random number seeding errors on startup ------- Additional Comments From [EMAIL PROTECTED] 2004-01-03 17:41 ------- Everything is wrapped in an Ifmodule: <IfModule mod_ssl.c> conf/ssl.conf </IfModule> But that's alaways included since mod_ssl is static. But then since SSL is not defined, everything in ssl.conf is ignored, leaving out the Seed config, causing it to revert to the compiled-in default. So what we need is for the SSLRandomSeed directives to always get loaded when mod_ssl is static, but not when it's dynamic... ...Wait, shouldn't my first patch be okay then? Because in a dynamic situation if the mod_ssl module isn't loaded the bit I changed is already wrapped in an IFModule, so it should get loaded at all. If the modules not loaded, none of the ssl config gets run... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
