在httpd.conf里边开启#Include conf/extra/httpd-ssl.conf 重启apache就报错 apache日志文件
[Jeudi 10 mai 11:53:55.515054 2018] [core:warn] [pid 6988 :mars 312] AH00098 : fichier pid D:/software/phpstudy/PHPTutorial/Apache/logs/httpd.pid écrasé -- Arrêt incorrect de l'exécution précédente d'Apache ?
[Jeudi 10 mai 11:53:55.609059 2018] [mpm_winnt:notice] [pid 6988: tid 312] AH00455 : Apache/2.4.23 (Win32) OpenSSL/1.0.2j mod_fcgid/2.3.9 configuré -- reprise des opérations normales
[Jeudi 10 mai 11:53:55.609059 2018] [mpm_winnt:notice] [ pid 6988:tid 312] AH00456 : Serveur construit : 1er juillet 2016 16:42:20
[Jeudi 10 mai 11:53:55.609059 2018] [core:notice] [pid 6988:tid 312] AH00094 : Ligne de commande : ' D:\software\phpstudy\PHPTutorial\Apache\bin\httpd.exe -d D:/software/phpstudy/PHPTutorial/Apache'
[Jeudi 10 mai 11:53:55.611059 2018] [mpm_winnt:notice] [pid 6988 :tid 312] AH00418 : Parent : Processus enfant créé 7948
[Jeudi 10 mai 11:53:56.432106 2018] [mpm_winnt:notice] [pid 7948:tid 328] AH00354 : Enfant : Démarrage de 150 threads de travail.
[Jeu. 10 mai 12:48:20.615807 2018] [mpm_winnt:crit] [pid 7948:tid 328] AH02538 : Enfant : le processus parent s'est arrêté brusquement. Le processus de l'enfant se termine
Deuxièmement, vous pouvez installer VMware. VMware occupe le port 443. Voici un tutoriel pour le désactiver https://blog.csdn.net/bwlab/article/details/46953569
phpStudy 不要安装在c盘!!!!
Écouter 443
SSLPassPhraseDialog construit dans
SSLSessionCache "shmcb:logs/ssl_scache(512000)"
SSLSessionCacheTimeout 300
# Configuration générale pour l'hôte virtuel
DocumentRoot "e:/www/mysite" # 改
ServerNamewww.mysite.com:443#改
ServerAdmin admin@example.com
SSLEngine sur
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile "conf/ssl/mysite_server. crt" #改
SSLCertificateKeyFile "conf/ssl/mysite_server.key" #改
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars
BrowserMatch ".*MSIE.*"
nokeepalive ssl-un arrêt propre
downgrade-1.0 force-response-1.0
# Journalisation par serveur :
# L'accueil d'un fichier journal SSL personnalisé. Utilisez-le lorsque vous souhaitez un
# fichier journal SSL compact et sans erreur sur une base d'hôte virtuel.
CustomLog "D:/phpStudy/PHPTutorial/Apache/logs/ssl_request.log" #改
"%t %h % {SSL_PROTOCOL}x %{SSL_CIPHER}x "%r" %b"
Le problème est-il résolu ? Comment le résoudre ? J'ai également rencontré le même problème et Baidu n'a pas pu le résoudre pendant un jour. .