Loading docs/conf/ssl-std.conf +1 −10 Original line number Diff line number Diff line # # ssl-std.conf -- Apache httpd configuration for SSL Support # <IfDefine SSL> # Until documentation is completed, please check http://www.modssl.org/ # for additional config examples and module docmentation. Directives Loading @@ -11,9 +12,7 @@ # When we also provide SSL we have to listen to the # standard HTTP port (see above) and to the HTTPS port # <IfDefine SSL> Listen 443 </IfDefine> # # Dynamic Shared Object (DSO) Support Loading @@ -32,12 +31,8 @@ Listen 443 # # Some MIME-types for downloading Certificates and CRLs # <IfDefine SSL> AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl </IfDefine> <IfModule mod_ssl.c> # Pass Phrase Dialog: # Configure the pass phrase gathering process. Loading Loading @@ -86,10 +81,6 @@ SSLRandomSeed connect builtin SSLLog logs/ssl_engine_log SSLLogLevel info </IfModule> <IfDefine SSL> ## ## SSL Virtual Host Context ## Loading Loading
docs/conf/ssl-std.conf +1 −10 Original line number Diff line number Diff line # # ssl-std.conf -- Apache httpd configuration for SSL Support # <IfDefine SSL> # Until documentation is completed, please check http://www.modssl.org/ # for additional config examples and module docmentation. Directives Loading @@ -11,9 +12,7 @@ # When we also provide SSL we have to listen to the # standard HTTP port (see above) and to the HTTPS port # <IfDefine SSL> Listen 443 </IfDefine> # # Dynamic Shared Object (DSO) Support Loading @@ -32,12 +31,8 @@ Listen 443 # # Some MIME-types for downloading Certificates and CRLs # <IfDefine SSL> AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl </IfDefine> <IfModule mod_ssl.c> # Pass Phrase Dialog: # Configure the pass phrase gathering process. Loading Loading @@ -86,10 +81,6 @@ SSLRandomSeed connect builtin SSLLog logs/ssl_engine_log SSLLogLevel info </IfModule> <IfDefine SSL> ## ## SSL Virtual Host Context ## Loading