Tuve el mismo problema. Traté de reiniciar apache desde el cuadro vagabundo, recibí la siguiente advertencia en mi 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
Cree un DocumentRoot para solucionar el problema 404 creando un directorio llamado /var/www/html
El problema está en /etc/apache2/sites-enabled
000-archivo predeterminado.
Apache2 apunta a var/www/html
y ejemplo vagabundo para var/www
simplemente elimine de /html y haga un sudo service apache2 restart
.