##
## Global SSL Directives
##
#LoadModule ssl_module modules/mod_ssl.so
Listen 443
# Random number generation
SSLRandomSeed startup file:/dev/urandom 512
SSLRandomSeed connect file:/dev/urandom 512
# Session Cache
SSLSessionCache none
SSLSessionCacheTimeout 600
SSLPassphraseDialog builtin
SSLMutex file:/Applications/xampp/xamppfiles/logs/ssl_mutex
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl