]> 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 69ac2badf9080a6743dbc936263ef43d9942058c..f964717657d7b64c8673588d0c19ed6a870f1286 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 LoadModule ssl_module           modules/mod_ssl.so 
 
 <IfModule mod_ssl.c>
@@ -57,11 +58,11 @@ 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
@@ -213,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>
 
@@ -255,3 +256,4 @@ CustomLog /var/log/httpd/ssl_request_log \
 
 
 </IfModule>
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.05624 seconds and 4 git commands to generate.