Commit 08e3397c authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

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
parent 6c2797a7
Loading
Loading
Loading
Loading
+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
@@ -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
@@ -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.
@@ -86,10 +81,6 @@ SSLRandomSeed connect builtin
SSLLog      logs/ssl_engine_log
SSLLogLevel info

</IfModule>

<IfDefine SSL>

##
## SSL Virtual Host Context
##