質問編集履歴

5

プロジェクトのディレクトリを追加

2019/12/17 06:54

投稿

amaturePy
amaturePy

スコア131

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,12 @@
9
9
  また、virtulahostの設定を別のconfファイルに書いたのですが、そちらにもDocumentRootを記載してます。このように複数の関連ファイルに同じ内容の複数の記載があってもエラーの原因にはならないのでしょうか??
10
10
 
11
11
  よろしくお願いします。
12
+
13
+ cd /var/www/html/hitobito/下のファイルになります。
14
+
15
+
16
+
17
+ ![イメージ説明](112246f89c676d88a45f0a3591188fa8.png)
12
18
 
13
19
 
14
20
 

4

コードの修正

2019/12/17 06:53

投稿

amaturePy
amaturePy

スコア131

test CHANGED
File without changes
test CHANGED
@@ -56,11 +56,7 @@
56
56
 
57
57
  <Directory "/var/www/html/hitobito/public">
58
58
 
59
- AllowOverride None
60
-
61
- # Allow open access:
62
-
63
- Require all granted
59
+ Require all granted
64
60
 
65
61
  </Directory>
66
62
 
@@ -80,11 +76,9 @@
80
76
 
81
77
  #
82
78
 
83
- <Directory />
79
+ <Directory /var/www/html/hitobito/public>
84
80
 
85
- AllowOverride none
86
-
87
- Require all denied
81
+ Require all granted
88
82
 
89
83
  </Directory>
90
84
 

3

SELinuxをオフ 追加

2019/12/17 03:02

投稿

amaturePy
amaturePy

スコア131

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  https://www.softel.co.jp/blogs/tech/archives/3142
30
30
 
31
-
31
+ ④SELinuxをオフ
32
32
 
33
33
  ```
34
34
 

2

Apacheのバージョン追加

2019/12/17 02:01

投稿

amaturePy
amaturePy

スコア131

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,8 @@
1
1
  EC2内でLaravelの環境を構築してます。そこで、最後のブラウザから表示させる段階で詰まってしまい。解決できずにいます。エラーとしては403のパーミッションエラーです。
2
2
 
3
3
  もしかしたら私の認識違いでhttpd.confの記載方法を間違えてる可能性もあるので、アドバイスを頂戴したいです。
4
+
5
+ Apacheのバージョンは2.4です。
4
6
 
5
7
 
6
8
 
@@ -22,7 +24,11 @@
22
24
 
23
25
  ```
24
26
 
25
- ```
27
+ ③以下の記事を参考にApache2.4系の記載ルールを確認
28
+
29
+ https://www.softel.co.jp/blogs/tech/archives/3142
30
+
31
+
26
32
 
27
33
  ```
28
34
 

1

誤字修正

2019/12/17 02:00

投稿

amaturePy
amaturePy

スコア131

test CHANGED
File without changes
test CHANGED
@@ -21,10 +21,6 @@
21
21
  Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.php,index.html,index.php) found, and server-generated directory index forbidden by Options directive
22
22
 
23
23
  ```
24
-
25
-
26
-
27
- コード
28
24
 
29
25
  ```
30
26