Lab 4 - HTTP and Apache

Commands

httpd The HTTP server process. You can start this process to provide Web services.
  
mozilla   A web browser similar to Netscape. It is available for almost all operating systems from mozilla.org.

Files

/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.