J'ai eu le même problème. J'ai essayé de redémarrer apache à partir de la boîte vagabonde, j'ai reçu l'avertissement suivant sur mon terminal.
[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
Créez un DocumentRoot pour résoudre le problème 404 en créant un répertoire appelé /var/www/html
Le problème est sur /etc/apache2/sites-enabled
000-fichier par défaut.
Apache2 pointe vers var/www/html
et exemple vagabond à var/www
supprimez simplement de /html et faites un sudo service apache2 restart
.