質問編集履歴
2
アクセスログ、エラーログになります。 間違っていたら申し訳ございません。
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,4 +33,13 @@
|
|
33
33
|
※追記
|
34
34
|
etc/httpd/conf/httpd.confの下記は
|
35
35
|
#DocumentRoot "/var/www/html"
|
36
|
-
となっております。
|
36
|
+
となっております。
|
37
|
+
|
38
|
+
※追記2
|
39
|
+
/var/log/httpdより
|
40
|
+
アクセスログ(先程も試したので、恐らくこの辺りかと)
|
41
|
+
localhost - - [20/Jul/2016:18:56:13 +0900] "GET /server-status?auto HTTP/1.1" 200 1272
|
42
|
+
localhost - - [20/Jul/2016:18:56:16 +0900] "GET /status HTTP/1.1" 200 378
|
43
|
+
|
44
|
+
エラーログ(恐らくこの辺りかと)
|
45
|
+
[Wed Jul 20 19:01:18.400277 2016] [ssl:warn] [pid 13550:tid 139830964967168] (22)Invalid argument: AH02027: Failed to release SSL session cache lock
|
1
迅速な対応ありがとうございます。 こちら変更&追記させて頂きました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,4 +28,9 @@
|
|
28
28
|
・php 7.0.2
|
29
29
|
・centos7.2
|
30
30
|
|
31
|
-
となります。
|
31
|
+
となります。
|
32
|
+
|
33
|
+
※追記
|
34
|
+
etc/httpd/conf/httpd.confの下記は
|
35
|
+
#DocumentRoot "/var/www/html"
|
36
|
+
となっております。
|