On Ubuntu Trusty, which is the apache root directory for web pages?
Asked
Active
Viewed 3.5e+01k times
56
muru
- 207,228
George Udosen
- 37,534
1 Answers
71
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.
Florian Diesch
- 89,643