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

回答編集履歴

1

指摘追記

2019/12/17 07:31

投稿

yodel
yodel

スコア508

answer CHANGED
@@ -5,4 +5,6 @@
5
5
  3.SELinuxの影響の場合もありますが、本当にオフになっていますか?
6
6
 
7
7
  4.接続先ディレクトリにindex.htmlを配置しても同じエラーとなりますか?
8
- (var/www/html/: No matching DirectoryIndex (index.php,index.html,index.php) found, and server-generated directory index forbidden by Options directive)というエラーは、/var/www/html/のディレクトリを参照してindex.htmlが見つからないというエラーです。
8
+ `var/www/html/: No matching DirectoryIndex (index.php,index.html,index.php) found, and server-generated directory index forbidden by Options directive`というエラーは、/var/www/html/のディレクトリを参照してindex.htmlが見つからないというエラーです。
9
+
10
+ DocumentRootを変更しているはずなのに/var/www/html/ 配下のindex.htmlファイルを参照しに行っているように見えるのが気になっています。