teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

Windowsイベントログ追記

2019/07/26 02:49

投稿

rmrmnrm
rmrmnrm

スコア139

title CHANGED
File without changes
body CHANGED
@@ -133,4 +133,12 @@
133
133
  [ssl:warn] [pid 16816:tid 604] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
134
134
  [mpm_winnt:notice] [pid 16816:tid 604] AH00354: Child: Starting 150 worker threads.
135
135
 
136
+ ```
137
+ ### Windowsイベントログ
138
+ Windowsログ>システム
139
+ 「xampp」で検索したところ以下のエラーを発見しました。
140
+ ただ発生時間が切り替え操作時でなくPCシャットダウンした時間のようなので、XAMPPを立ち上げたまま終了しようとしたために発生したものかもしれません。
141
+ ```
142
+ Caption XAMPP Control Panel v3.2.4 [ Compiled: Jun 5th 2019 ]: xampp-control.exe - アプリケーション エラー
143
+ Message 0x000000000065B2AE の命令が 0x0000000000000042 のメモリを参照しました。メモリが read になることはできませんでした。 プログラムを終了するには [OK] をクリックしてください
136
144
  ```

1

エラーログ追記

2019/07/26 02:49

投稿

rmrmnrm
rmrmnrm

スコア139

title CHANGED
File without changes
body CHANGED
@@ -99,4 +99,38 @@
99
99
  また、7系を選択すると正常に起動できます。
100
100
 
101
101
  なにか作業漏れがあるでしょうか。ご指摘いただけると幸いです。
102
- 以上、よろしくお願いします。
102
+ 以上、よろしくお願いします。
103
+
104
+ ### apache error_log
105
+
106
+ PHP7.2起動→停止→5.6変更→起動(エラーで終了)→7.1変更→起動→停止
107
+
108
+ 上記の作業を行いエラーログを出力しましたが、エラーログにはPHP5.6起動時のログがありませんでした。
109
+ ```
110
+ #PHP7.2起動
111
+ [ssl:warn] [pid 19296:tid 812] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
112
+ [core:warn] [pid 19296:tid 812] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
113
+ [ssl:warn] [pid 19296:tid 812] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
114
+ [mpm_winnt:notice] [pid 19296:tid 812] AH00455: Apache/2.4.39 (Win64) OpenSSL/1.1.1c PHP/7.2.20 configured -- resuming normal operations
115
+ [mpm_winnt:notice] [pid 19296:tid 812] AH00456: Apache Lounge VC15 Server built: May 29 2019 11:22:50
116
+ [core:notice] [pid 19296:tid 812] AH00094: Command line: 'c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache'
117
+ [mpm_winnt:notice] [pid 19296:tid 812] AH00418: Parent: Created child process 8408
118
+ [Wed Jul 24 11:38:23.834214 2019] which matches the server name
119
+ [ssl:warn] [pid 8408:tid 688] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
120
+ [mpm_winnt:notice] [pid 8408:tid 688] AH00354: Child: Starting 150 worker threads.
121
+
122
+ #この間にPHP5.6に変更し起動エラーを起こしている
123
+
124
+ #PHP7.1起動
125
+ [ssl:warn] [pid 22256:tid 716] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
126
+ [core:warn] [pid 22256:tid 716] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
127
+ [ssl:warn] [pid 22256:tid 716] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
128
+ [[mpm_winnt:notice] [pid 22256:tid 716] AH00455: Apache/2.4.39 (Win64) OpenSSL/1.1.1c PHP/7.1.30 configured -- resuming normal operations
129
+ [mpm_winnt:notice] [pid 22256:tid 716] AH00456: Apache Lounge VC15 Server built: May 29 2019 11:22:50
130
+ [core:notice] [pid 22256:tid 716] AH00094: Command line: 'c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache'
131
+ [mpm_winnt:notice] [pid 22256:tid 716] AH00418: Parent: Created child process 16816
132
+ [ssl:warn] [pid 16816:tid 604] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
133
+ [ssl:warn] [pid 16816:tid 604] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
134
+ [mpm_winnt:notice] [pid 16816:tid 604] AH00354: Child: Starting 150 worker threads.
135
+
136
+ ```