Celeb Glow
updates | March 19, 2026

Where is apache web root directory on Ubuntu? [duplicate]

On Ubuntu Trusty, which is the apache root directory for web pages?

1

1 Answer

The default document root for Apache is /var/www/ (before Ubuntu 14.04) or /var/www/html/ (Ubuntu 14.04 and later).

See the file /usr/share/doc/apache2/README.Debian.gz for some explanation on how the Apache configuration on Ubuntu is done.

1