| /etc/httpd/conf/httpd.conf |
The configuration file for Apache. This can be a file or a directory of files. If it is a directory, the files in that directory will be read in alphabetical order as if they were one file. |
| | |
| /var/www/html/ |
RedHat's default location for files to be served by Apache. The location of this directory can be changed in /etc/httpd/conf/httpd.conf or multiple sites can be setup using virtual hosts. |
| | |
| /var/log/httpd/ |
Directory containing log files for Apache. Several log files can be configured for different aspects of Apache such as errors and virual host access. |