Apache 2.4 Konfiguration für SSL funktioniert nicht

Apache-Server 2.4 mit mod_jk 1.3.7 funktioniert nicht für ssl (https)

Fehler 1:

Den Apache service named reported the following error:

SSLSessionCache: 'shmcb" session cache nicht unterstützt (bekannte Namen: ). Vielleicht brauchen Sie zum laden des entsprechenden socache Modul (mod_socache_shmcb?).

Fehler 2:

Name der fehlerhaften Anwendung: httpd.exe version: 2.4.4.0, Zeitstempel: 0x512fec36
Fehlgeschlagenes Modul name: mod_jk.so, version: 1.2.37.0, Zeitstempel: 0x4fc48072
Exception code: 0xc0000005
Fehleroffset: 0x000000000000752d
Fehlgeschlagene Prozess-id: 0x3580
Fehlgeschlagene Anwendung Startzeit: 0x01cee6d2be493d71
Fehlgeschlagene Anwendung Pfad: C:\Program Files\Apache Software Foundation\Apache2.4\bin\httpd.exe
Fehlgeschlagenes Modul Pfad: C:\Program Files\Apache Software Foundation\Apache2.4\modules\mod_jk.so
Berichts-Id: f8d090fa-52c6-11e3-bce9-e4d53d737212

Unserer Konfiguration für httpd_ssl.conf ist wie folgt:

Listen 443

SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5

SSLPassPhraseDialog  builtin

SSLSessionCache        "shmcb:C:/Program Files/Apache Software Foundation/Apache2.4/logs/ssl_scache(512000)"
SSLSessionCacheTimeout  300

<VirtualHost _default_:443>

DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.4/htdocs"
ServerName 127.0.0.1:443
ServerAdmin [email protected]
ErrorLog "C:/Program Files/Apache Software Foundation/Apache2.4/logs/error.log"
TransferLog "C:/Program Files/Apache Software Foundation/Apache2.4/logs/access.log"

SSLEngine on

SSLCertificateFile "C:/Program Files/Apache Software Foundation/Apache2.4/conf/serverssl.crt"

SSLCertificateKeyFile "C:/Program Files/Apache Software Foundation/Apache2.4/conf/server.key"

SSLCACertificateFile "C:/Program Files/Apache Software Foundation/Apache2.4/conf/bundle.crt"

<FilesMatch "\.(cgi|shtml|phtml|php)$">
    SSLOptions +StdEnvVars
</FilesMatch>
<Directory "C:/Program Files/Apache Software Foundation/Apache2.4/cgi-bin">
    SSLOptions +StdEnvVars
</Directory>

BrowserMatch "MSIE [2-5]" \
     nokeepalive ssl-unclean-shutdown \
     downgrade-1.0 force-response-1.0

CustomLog "C:/Program Files/Apache Software Foundation/Apache2.4/logs/ssl_request.log" \
      "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

</VirtualHost> 

TIA....!

InformationsquelleAutor der Frage Meuk Light | 2013-11-21

Schreibe einen Kommentar