]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_ssl.conf
add RESTART_DELAY parameter to sleep between stop and start
[packages/apache.git] / apache-mod_ssl.conf
index 0867c277e6694efe9e62d85c6c585862091d4c1a..f3be5117ced0846eb0e2b24906de1e852540d0b1 100644 (file)
@@ -18,7 +18,10 @@ LoadModule ssl_module        modules/mod_ssl.so
 # platforms additionally provide a /dev/urandom device which doesn't
 # 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
@@ -60,6 +63,9 @@ SSLSessionCacheTimeout  300
 #   SSL engine uses internally for inter-process synchronization.
 SSLMutex  file:/var/run/httpd/ssl_mutex
 
+#   Disallow compression on the SSL level. Enabling this allows for CRIME attack!
+SSLCompression off
+
 ##
 ## SSL Virtual Host Context
 ##
This page took 0.59891 seconds and 4 git commands to generate.