Saya mengikuti petunjuk untuk mengatur SSL pada stack WAMP khusus saya (Windows / Apache / PHP / PostgreSQL) di sini ...
http://www.tehuber.com/article.php?story=20110315153800545
Setelah pelacakan kembali saya temukan ketika di dalam apache/conf/httpd.conf
file saya komentar termasuk untuk apache/conf/extra/httpd-ssl.conf
server dimulai dengan baik.
Untuk klarifikasi direktori Apache saya di Windows 7 64 bit (semua stack 64 bit mana yang berlaku) terletak di ...
C: / MEDIA / INTERNET / WAPP / Apache 2.4.10 x64 /
... sementara direktori htdocs saya terletak di ...
D: / Media / web /
Saya telah memeriksa file konfigurasi secara manual dan belum dapat melacak masalahnya. Saya telah menghapus semua komentar untuk memposting apa yang saya miliki di sini karena mungkin ada sesuatu yang menonjol pada orang lain yang bukan untuk saya ...
Listen 443
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5
SSLPassPhraseDialog builtin
SSLSessionCache "shmcb:C:/MEDIA/INTERNET/WAPP/Apache 2.4.10 x64/logs/ssl_scache(512000)"
SSLSessionCacheTimeout 300
<VirtualHost _default_:443>
DocumentRoot "D:/Media/web/"
ServerName localhost:443
ServerAdmin [email protected]
ErrorLog "C:/MEDIA/INTERNET/WAPP/Apache 2.4.10 x64/logs/error.log"
TransferLog "C:/MEDIA/INTERNET/WAPP/Apache 2.4.10 x64/logs/access.log"
SSLEngine on
SSLCertificateFile "C:/MEDIA/INTERNET/WAPP/Apache 2.4.10 x64/conf/server.crt"
SSLCertificateKeyFile "C:/MEDIA/INTERNET/WAPP/Apache 2.4.10 x64/conf/server.key"
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory "D:/Media/web/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
BrowserMatch "MSIE [2-5]" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog "C:/MEDIA/INTERNET/WAPP/Apache 2.4.10 x64/logs/ssl_request.log" \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
... ketika saya menonaktifkan termasuk log kesalahan Apache memuntahkan berikut ...
[core: warn] [pid 4972: tid 472] AH00098: file pid C: / MEDIA / INTERNET / WAPP / Apache 2.4.10 x64 / log / httpd.pid ditimpa - Nonaktifkan shutdown dari menjalankan Apache sebelumnya?
[ssl: warn] [pid 4972: tid 472] AH01873: Init: Session Cache tidak dikonfigurasi [petunjuk: SSLSessionCache]
[mpm_winnt: notice] [pid 4972: tid 472] AH00455: Apache / 2.4.10 (Win64) OpenSSL / 1.0.1j PHP / 5.6.2 dikonfigurasi - melanjutkan operasi normal
[mpm_winnt: notice] [pid 4972: tid 472] AH00456: Apache Lounge VC11 Server dibangun: 17 Jul 2014 12:58:29
[inti: pemberitahuan] [pid 4972: tid 472] AH00094: Baris perintah: C: \ MEDIA \ INTERNET \ WAPP \ Apache 2.4.10 x64 \ bin \ httpd.exe -d C: / MEDIA / INTERNET / WAPP / Apache 2.4.10 x64 '
[mpm_winnt: notice] [pid 4972: tid 472] AH00418: Induk: Dibuat anak memproses 5828
[ssl: warn] [pid 5828: tid 484] AH01873: Init: Session Cache tidak dikonfigurasi [petunjuk: SSLSessionCache]
[mpm_winnt: notice] [pid 5828: tid 484] AH00354: Anak: Mulai 64 utas pekerja.