質問編集履歴
2
表記間違いを修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,15 +30,15 @@
|
|
30
30
|
|
31
31
|
DocumentRootはhttpd.confを確認したところ
|
32
32
|
|
33
|
-
|
33
|
+
#
|
34
34
|
|
35
|
-
|
35
|
+
# DocumentRoot: The directory out of which you will serve your
|
36
36
|
|
37
|
-
|
37
|
+
# documents. By default, all requests are taken from this directory, but
|
38
38
|
|
39
|
-
|
39
|
+
# symbolic links and aliases may be used to point to other locations.
|
40
40
|
|
41
|
-
|
41
|
+
#
|
42
42
|
|
43
43
|
DocumentRoot "/var/www/html"
|
44
44
|
|
1
確認した内容を反映いたしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,6 +28,26 @@
|
|
28
28
|
|
29
29
|
|
30
30
|
|
31
|
+
DocumentRootはhttpd.confを確認したところ
|
32
|
+
|
33
|
+
#
|
34
|
+
|
35
|
+
# DocumentRoot: The directory out of which you will serve your
|
36
|
+
|
37
|
+
# documents. By default, all requests are taken from this directory, but
|
38
|
+
|
39
|
+
# symbolic links and aliases may be used to point to other locations.
|
40
|
+
|
41
|
+
#
|
42
|
+
|
43
|
+
DocumentRoot "/var/www/html"
|
44
|
+
|
45
|
+
このようになっています。
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
31
51
|
### 補足情報(FW/ツールのバージョンなど)
|
32
52
|
|
33
53
|
|
@@ -35,3 +55,5 @@
|
|
35
55
|
Laravel 5.4.36
|
36
56
|
|
37
57
|
PHP 5.6.26
|
58
|
+
|
59
|
+
PHPのバージョンについては、自分自身で開発環境を触れる状態ではないため古いバージョンを使用しています。
|