]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_ssl-vhost.conf
- fixed previous change
[packages/apache.git] / apache-mod_ssl-vhost.conf
index 1cabdbb7da4ff3cc7368a1148bc01046531b8350..cb80ebb4d6834c6e2cc7715f308d1460a9b1eab3 100644 (file)
@@ -66,7 +66,7 @@ SSLSessionCacheTimeout  300
 #   Semaphore:
 #   Configure the path to the mutual exclusion semaphore the
 #   SSL engine uses internally for inter-process synchronization. 
-SSLMutex  file:logs/ssl_mutex
+SSLMutex  file:/var/run/apache/ssl_mutex
 
 #   Pseudo Random Number Generator (PRNG):
 #   Configure one or more sources to seed the PRNG of the 
@@ -85,16 +85,6 @@ SSLRandomSeed connect builtin
 #SSLRandomSeed connect file:/dev/random  512
 #SSLRandomSeed connect file:/dev/urandom 512
 
-#   Logging:
-#   The home of the dedicated SSL protocol logfile. Errors are
-#   additionally duplicated in the general error log file.  Put
-#   this somewhere where it cannot be used for symlink attacks on
-#   a real server (i.e. somewhere where only root can write).
-#   Log levels are (ascending order: higher ones include lower ones):
-#   none, error, warn, info, trace, debug.
-SSLLog      /var/log/httpd/ssl_engine_log
-SSLLogLevel info
-
 ##
 ## SSL Virtual Host Context
 ##
This page took 0.026299 seconds and 4 git commands to generate.