前提・実現したいこと
はじめまして初投稿となるphp初心者です。
今まで通常に動いていた急にapacheのエラーが出るようになりました。
mysqlは動くのですが、apacheは急にエラーが発生するようになってしまいました。
portは80番portです。
netstatで調べてみましたがIISやskypeなどのportがぶつかっている
というようなことではなさそうです。
portではなければ多分設定のconfigの記述ですよね、、、
発生している問題・エラーメッセージ
エラーメッセージ
xamppでのエラーメッセージはこちらになります。
Error: Apache shutdown unexpectedly.
17:57:00 [Apache] This may be due to a blocked port, missing dependencies,
17:57:00 [Apache] improper privileges, a crash, or a shutdown by another method.
17:57:00 [Apache] Press the Logs button to view error logs and check
17:57:00 [Apache] the Windows Event Viewer for more clues
17:57:00 [Apache] If you need more help, copy and post this
17:57:00 [Apache] entire log window on the forums
該当のソースコード
php apache error ソースコード
試したこと
xamppのlogsを見ました。正直エラー原因がわかりませんでした。。
↓apacheのlogsです↓↓↓
[Sun Jan 31 22:55:39.841546 2021] [ssl:warn] [pid 31884:tid 648] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jan 31 22:55:39.911836 2021] [core:warn] [pid 31884:tid 648] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Jan 31 22:55:39.917879 2021] [ssl:warn] [pid 31884:tid 648] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jan 31 22:55:39.973449 2021] [mpm_winnt:notice] [pid 31884:tid 648] AH00455: Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/8.0.1 configured -- resuming normal operations
[Sun Jan 31 22:55:39.973703 2021] [mpm_winnt:notice] [pid 31884:tid 648] AH00456: Apache Lounge VS16 Server built: Oct 2 2020 11:45:39
[Sun Jan 31 22:55:39.973703 2021] [core:notice] [pid 31884:tid 648] AH00094: Command line: 'c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache'
[Sun Jan 31 22:55:39.985382 2021] [mpm_winnt:notice] [pid 31884:tid 648] AH00418: Parent: Created child process 13384
[Sun Jan 31 22:55:40.514658 2021] [ssl:warn] [pid 13384:tid 636] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jan 31 22:55:40.570863 2021] [ssl:warn] [pid 13384:tid 636] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jan 31 22:55:40.602708 2021] [mpm_winnt:notice] [pid 13384:tid 636] AH00354: Child: Starting 150 worker threads.
補足情報(FW/ツールのバージョンなど)
windows 10 pro
ここにより詳細な情報を記載してください。