November 2015
Beginner
260 pages
6h 10m
English
Configuring Apache is done by editing its configuration file, which will be located in one of two places, depending on your distribution.
Use the following command on CentOS:
/etc/httpd/conf/httpd.conf
Use the following command on Debian:
/etc/apache/apache2.conf
The default web document directory, /var/www/html, can be changed. While /var/www/html is fairly standard, there's nothing stopping you from changing it should you decide to store your web files elsewhere. If you peruse the configuration file in CentOS, you'll see this directory called out within a configuration block that begins on line 131. If you take a look at the configuration file in Debian, you won't see this called out at all. Instead, you'll see a directory within ...
Read now
Unlock full access