Listen 443
#<Location /server-status>
    #SetHandler server-status
    #Order deny,allow
    #Deny from all
    #Allow from .your_domain.com
#</Location>
#<Location /server-info>
    #SetHandler server-info
    #Order deny,allow
    #Deny from all
    #Allow from .your_domain.com
#</Location>
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl    .crl
SSLPassPhraseDialog  builtin
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLSessionCacheTimeout	300
SSLLog			/var/log/http-ssl
SSLLogLevel		info
