]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- s/httpd/apache/
authorareq <areq@pld-linux.org>
Thu, 1 Apr 2004 17:02:18 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_ssl.conf -> 1.3
    apache1-mod_ssl.logrotate -> 1.2

apache1-mod_ssl.conf
apache1-mod_ssl.logrotate

index c1fd1e0a217dccdeb896e1af902918cc5e70f3c7..024af48344fded77071c5fa0ec9269136fb7fa60 100644 (file)
@@ -1,4 +1,4 @@
-LoadModule ssl_module        lib/apache/libssl.so 
+LoadModule ssl_module        lib/apache1/libssl.so 
 AddModule mod_ssl.c
 
 ##--------------------------------------------------------------------------
@@ -64,19 +64,19 @@ SSLRandomSeed connect builtin
 #   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
+SSLLog      /var/log/apache/ssl_engine_log
 SSLLogLevel info
 
 <VirtualHost _default_:443>
 SSLEngine on
 #SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
-SSLCertificateFile /etc/httpd/server.crt
-SSLCertificateKeyFile /etc/httpd/server.key
-#SSLCertificateChainFile /etc/httpd/conf/ssl.crt/ca.crt
-#SSLCACertificatePath /etc/httpd/conf/ssl.crt
-#SSLCACertificateFile /etc/httpd/conf/ssl.crt/ca-bundle.crt
-#SSLCARevocationPath /etc/httpd/conf/ssl.crl
-#SSLCARevocationFile /etc/httpd/conf/ssl.crl/ca-bundle.crl
+SSLCertificateFile /etc/apache/server.crt
+SSLCertificateKeyFile /etc/apache/server.key
+#SSLCertificateChainFile /etc/apache/conf/ssl.crt/ca.crt
+#SSLCACertificatePath /etc/apache/conf/ssl.crt
+#SSLCACertificateFile /etc/apache/conf/ssl.crt/ca-bundle.crt
+#SSLCARevocationPath /etc/apache/conf/ssl.crl
+#SSLCARevocationFile /etc/apache/conf/ssl.crl/ca-bundle.crl
 #SSLVerifyClient require
 #SSLVerifyDepth  10
 
@@ -84,11 +84,11 @@ SSLCertificateKeyFile /etc/httpd/server.key
 <Files ~ "\.(cgi|shtml)$">
     SSLOptions +StdEnvVars
 </Files>
-<Directory "/home/services/httpd/html/cgi-bin">
+<Directory "/home/services/apache/html/cgi-bin">
     SSLOptions +StdEnvVars
 </Directory>
 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
-CustomLog /var/log/httpd/ssl_request_log \
+CustomLog /var/log/apache/ssl_request_log \
           "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
 
 </VirtualHost>                                  
index 4ab2c85ebbef1bf9c12b38b806fb078f32a710db..93d4bf1563cefb3fd607500df4ee02b17aed90ab 100644 (file)
@@ -1,13 +1,13 @@
-/var/log/httpd/ssl_engine_log {
-    olddir /var/log/archiv/httpd
+/var/log/apache/ssl_engine_log {
+    olddir /var/log/archiv/apache
     postrotate
-       /bin/killall -HUP httpd
+       /bin/killall -HUP apache
     endscript
 }
 
-/var/log/httpd/ssl_request_log {
-    olddir /var/log/archiv/httpd
+/var/log/apache/ssl_request_log {
+    olddir /var/log/archiv/apache
     postrotate
-       /bin/killall -HUP httpd
+       /bin/killall -HUP apache
     endscript
 }
This page took 0.077185 seconds and 4 git commands to generate.