재httpd.conf里边开启#Include conf/extra/httpd-ssl.conf 重启apache就报错 apache日志文件
[Thu May 10 11:53:55.515054 2018] [core:warn] [pid 6988:tid 312] AH00098: pid 파일 D:/software/phpstudy/PHPTutorial/Apache/logs/httpd.pid 덮어쓰기 -- 이전 Apache 실행이 비정상적으로 종료됩니까?
[Thu May 10 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.9configured -- 정상 작업 재개
[Thu May 10 11:53:55.609059 2018] [mpm_winnt:notice] [ pid 6988:tid 312] AH00456: 서버 구축: Jul 1 2016 16:42:20
[Thu May 10 11:53:55.609059 2018] [core:notice] [pid 6988:tid 312] AH00094: 명령줄: ' D:\software\phpstudy\PHPTutorial\Apache\bin\httpd.exe -d D:/software/phpstudy/PHPTutorial/Apache'
[Thu May 10 11:53:55.611059 2018] [mpm_winnt:notice] [pid 6988 :tid 312] AH00418: 부모: 생성된 하위 프로세스 7948
[Thu May 10 11:53:56.432106 2018] [mpm_winnt:notice] [pid 7948:tid 328] AH00354: 하위: 150개의 작업자 스레드 시작.
[목 5월 10일 12:48:20.615807 2018] [mpm_winnt:crit] [pid 7948:tid 328] AH02538: 하위: 상위 프로세스가 갑자기 종료되었습니다. 하위 프로세스가 종료 중입니다
두 번째로 VMware는 포트 443을 차지합니다. 이를 비활성화하는 튜토리얼은 다음과 같습니다 https://blog.csdn.net/bwlab/article/details/46953569
phpStudy 不要安装在c盘!!! "shmcb:logs/ssl_scache(512000)"
SSLSessionCacheTimeout 300
" # 改# 가상 호스트에 대한 일반 설정
DocumentRoot "e:/www/
mysite
ServerName
www.mysite.com:443#改
ServerAdmin admin@example.com
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULLSSLCertificateFile "conf/ssl/mysite_server. crt" #改SSLCertificateKeyFile "conf/ssl/mysite_server.key" #改
<FilesMatch ".(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<디렉토리 "D:/phpStudy/PHPTutorial/Apache/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
BrowserMatch ".*MSIE.*"
nokeepalive ssl-unclean-sh 유다운
downgrade-1.0 force-response-1.0
# 서버별 로깅:# 사용자 정의 SSL 로그 파일의 홈입니다. 가상 호스트 기반으로# 오류가 없는 컴팩트 SSL 로그 파일을 원할 때 이것을 사용하세요.CustomLog "D:/phpStudy/PHPTutorial/Apache/logs/ssl_request.log" #改
</VirtualHost>"%t %h % {SSL_PROTOCOL}x %{SSL_CIPHER}x "%r" %b"
문제가 해결되었나요? 어떻게 해결하나요? 저도 같은 문제에 직면했는데 Baidu는 하루 동안 문제를 해결할 수 없었습니다. .