]> 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 3bb30b21aa06c20704813e3661d166a52edbeb9f..949bbb07f78f27c2c07899fbd07e4b8f011cfbc3 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 LoadModule ssl_module  modules/mod_ssl.so
 
 # This is the Apache server configuration file providing SSL support.
@@ -19,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
@@ -59,7 +62,7 @@ SSLSessionCacheTimeout  300
 ## SSL Virtual Host Context
 ##
 
-<VirtualHost *:443>
+<VirtualHost _default_:443>
 #   SSL Engine Switch:
 #   Enable/Disable SSL for this virtual host.
 SSLEngine on
This page took 0.035119 seconds and 4 git commands to generate.