]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_ssl.conf
- seed some bytes of entropy instead of 0 bytes
[packages/apache.git] / apache-mod_ssl.conf
index 6a2784965153ba1fb81a524640e564ac9747a10a..949bbb07f78f27c2c07899fbd07e4b8f011cfbc3 100644 (file)
@@ -18,6 +18,10 @@ LoadModule ssl_module        modules/mod_ssl.so
 # block. So, if available, use this one instead. Read the mod_ssl User
 # Manual for more details.
 #
+
+SSLRandomSeed startup file:/dev/urandom  256
+SSLRandomSeed connect builtin
+
 #SSLRandomSeed startup file:/dev/random  512
 #SSLRandomSeed startup file:/dev/urandom 512
 #SSLRandomSeed connect file:/dev/random  512
This page took 0.034946 seconds and 4 git commands to generate.