]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/blobdiff - apache-mod_ssl.conf
- 2.8.24
[packages/apache1-mod_ssl.git] / apache-mod_ssl.conf
index 1cabdbb7da4ff3cc7368a1148bc01046531b8350..f964717657d7b64c8673588d0c19ed6a870f1286 100644 (file)
@@ -1,4 +1,5 @@
-LoadModule ssl_module           lib/apache/mod_ssl.so 
+# $Id$
+LoadModule ssl_module           modules/mod_ssl.so 
 
 <IfModule mod_ssl.c>
 #
@@ -57,16 +58,16 @@ SSLPassPhraseDialog  builtin
 #   Inter-Process Session Cache:
 #   Configure the SSL Session Cache: First the mechanism 
 #   to use and second the expiring timeout (in seconds).
-#SSLSessionCache        none
-#SSLSessionCache        shmht:logs/ssl_scache(512000)
-#SSLSessionCache        shmcb:logs/ssl_scache(512000)
-SSLSessionCache         dbm:/var/log/httpd/ssl_scache
-SSLSessionCacheTimeout  300
+#SSLSessionCache       none
+#SSLSessionCache       shmht:logs/ssl_scache(512000)
+#SSLSessionCache       shmcb:logs/ssl_scache(512000)
+SSLSessionCache                dbm:/var/cache/apache/ssl_scache
+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 +86,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
 ##
@@ -223,7 +214,7 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 <Files ~ "\.(cgi|shtml|phtml|php3?)$">
     SSLOptions +StdEnvVars
 </Files>
-<Directory "//home/services/httpd/cgi-bin">
+<Directory "/home/services/httpd/cgi-bin/">
     SSLOptions +StdEnvVars
 </Directory>
 
@@ -265,3 +256,4 @@ CustomLog /var/log/httpd/ssl_request_log \
 
 
 </IfModule>
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.032882 seconds and 4 git commands to generate.