質問編集履歴

6

phpinfo追加

2018/12/14 01:24

投稿

hrsi_teratail
hrsi_teratail

スコア93

test CHANGED
File without changes
test CHANGED
@@ -89,3 +89,11 @@
89
89
 
90
90
 
91
91
  ![イメージ説明](ab8def748379b1ef6af0601d0f76d874.png)
92
+
93
+
94
+
95
+ --
96
+
97
+ htdocsへ配置したphpinfoへはアクセスできております。
98
+
99
+ ![イメージ説明](582261098cfca6342946700941d6324f.png)

5

PHP情報追加

2018/12/14 01:24

投稿

hrsi_teratail
hrsi_teratail

スコア93

test CHANGED
File without changes
test CHANGED
@@ -81,3 +81,11 @@
81
81
 
82
82
 
83
83
  ```
84
+
85
+
86
+
87
+ PHP情報(PATHは通しています。)
88
+
89
+
90
+
91
+ ![イメージ説明](ab8def748379b1ef6af0601d0f76d874.png)

4

httpd.conf修正

2018/12/14 00:30

投稿

hrsi_teratail
hrsi_teratail

スコア93

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
 
70
70
 
71
-
71
+ httpd.conf
72
72
 
73
73
  ```httpd.conf
74
74
 

3

httpd.conf 追加

2018/12/14 00:25

投稿

hrsi_teratail
hrsi_teratail

スコア93

test CHANGED
File without changes
test CHANGED
@@ -65,3 +65,19 @@
65
65
  追記 APache は PHP 7.2 で動作しています。
66
66
 
67
67
  ![イメージ説明](815174c5ff94fb2ce62769041621b6e1.png)
68
+
69
+
70
+
71
+
72
+
73
+ ```httpd.conf
74
+
75
+ LoadModule php7_module "C:/PHP72/php7apache2_4.dll"
76
+
77
+ AddHandler application/x-httpd-php .php
78
+
79
+ PHPIniDir "C:/php72"
80
+
81
+
82
+
83
+ ```

2

追記

2018/12/14 00:24

投稿

hrsi_teratail
hrsi_teratail

スコア93

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,9 @@
59
59
  ビルトインサーバーでは、正常に
60
60
 
61
61
  動作するのですが、どのようにすれば動作するのでしょうか?
62
+
63
+
64
+
65
+ 追記 APache は PHP 7.2 で動作しています。
66
+
67
+ ![イメージ説明](815174c5ff94fb2ce62769041621b6e1.png)

1

誤字修正

2018/12/13 11:57

投稿

hrsi_teratail
hrsi_teratail

スコア93

test CHANGED
@@ -1 +1 @@
1
- Laravel 5.7 でのApache 4.7 がうまく動作しない。
1
+ Laravel 5.7 でのApache 2.4 がうまく動作しない。
test CHANGED
@@ -1,6 +1,6 @@
1
1
  Larvel 5.7での
2
2
 
3
- Windows Server 2012 R2上に Apache 4.7をインストトールしました。
3
+ Windows Server 2012 R2上に Apache 2.4をインストトールしました。
4
4
 
5
5
 
6
6