From 9e59ae4d0ee436387b3f5d3898e1946c6c37e78e Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Thu, 1 Nov 2001 00:05:58 +0000 Subject: [PATCH] Since we are in a file that is only included with mod_ssl.c and there is no point in any of it if SSL is not defined, just wrap the whole thing in one IfDefine. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91716 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/ssl-std.conf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/conf/ssl-std.conf b/docs/conf/ssl-std.conf index 36d6c05f98..3f42d26d7d 100644 --- a/docs/conf/ssl-std.conf +++ b/docs/conf/ssl-std.conf @@ -1,6 +1,7 @@ # # ssl-std.conf -- Apache httpd configuration for SSL Support # + # Until documentation is completed, please check http://www.modssl.org/ # for additional config examples and module docmentation. Directives @@ -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 # - Listen 443 - # # Dynamic Shared Object (DSO) Support @@ -32,12 +31,8 @@ Listen 443 # # Some MIME-types for downloading Certificates and CRLs # - AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl - - - # Pass Phrase Dialog: # Configure the pass phrase gathering process. @@ -86,10 +81,6 @@ SSLRandomSeed connect builtin SSLLog logs/ssl_engine_log SSLLogLevel info - - - - ## ## SSL Virtual Host Context ## -- 2.40.0