Windows Server 2012 R2服务器,装了护卫神主机大师,Apache配置https后启动不了
ReWindows Server 2012 R2服务器,装了护卫神主机大师,Apache配置https后启动不
请教楼主,httpd-ssl.conf这样配置有什么问题吗 加密的lite.winiss.com/ 还是无法访问
# WARNING! On some platforms /dev/random blocks if not enough entropy
# is available. This means you then cannot use the /dev/random device
# because it would lead to very long connection times (as long as
# it requires to make more entropy available). But usually those
# platforms additionally provide a /dev/urandom device which doesn't
# block. So, if available, use this one instead. Read the mod_ssl User
# Manual for more details.
#
#SSLRandomSeed startup file:/dev/random 512
#SSLRandomSeed startup file:/dev/urandom 512
#SSLRandomSeed connect file:/dev/random 512
#SSLRandomSeed connect file:/dev/urandom 512
#
# When we also provide SSL we have to listen to the
# standard HTTP port (see above) and to the HTTPS port
#
# Note: Configurations that use IPv6 but not IPv4-mapped addresses need two
# Listen directives: 'Listen [::]:443' and 'Listen 0.0.0.0:443'
#
Listen 443
##
## SSL Global Context
##
## All SSL configuration in this context applies both to
## the main server and all SSL-enabled virtual hosts.
##
#
# 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.
# The filtering dialog program (`builtin' is a internal
# terminal dialog) has to provide the pass phrase on stdout.
SSLPassPhraseDialog builtin
# Inter-Process Session Cache:
# Configure the SSL Session Cache: First the mechanism
# to use and second the expiring timeout (in seconds).
#SSLSessionCache 'dbm:E:/Huweishen.com/HwsApacheMaster/Apache2.2/logs/ssl_scache'
#SSLSessionCache 'shmcb:E:/Huweishen.com/HwsApacheMaster/Apache2.2/logs/ssl_scache(512000)'
SSLSessionCache 'shmcb:logs/ssl_scache(512000)'
SSLSessionCacheTimeout 300
# Semaphore:
# Configure the path to the mutual exclusion semaphore the
# SSL engine uses internally for inter-process synchronization.
SSLMutex default
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
SSLCertificateFile 'E:\HwsApacheMaster\Apache\conf\ssl\lite_winiss_com.crt'
SSLCertificateKeyFile 'E:\HwsApacheMaster\Apache\conf\ssl\lite_winiss_com.key'
ServerName 'lite.winiss.com'
DocumentRoot 'E:\HwsApacheMaster\wwwroot\lite_XynWMB'
赞0
踩0