私は同じ問題を抱えていました。 vagrant ボックスから apache を再起動しようとしましたが、端末に次の警告が表示されました。
[email protected]:~$ sudo service apache2 restart
* Restarting web server apache2
AH00112: Warning: DocumentRoot [/var/www/html] does not exist
AH00558: apache2: Could not reliably determine the server's fully qualified
domain name, using 10.0.2.15. Set the 'ServerName' directive globally to suppress this message
/var/www/html
というディレクトリを作成して、DocumentRoot を作成し、404 問題を修正します。
問題は /etc/apache2/sites-enabled
にあります 000-デフォルト ファイル。
Apache2 は var/www/html
を指しています var/www
への vagrant の例 de /html を削除して sudo service apache2 restart
にするだけです .