Previous Next Table of Contents

4. Setting up the Server

After the apache RPM is installed, several directories will be created on your system:

/etc/httpd/conf     - configuration files
/var/log/httpd      - log files
/home/httpd/html    - where your HTML files will go
/home/httpd/cgi-bin - where CGI programs go
/home/httpd/icons   - some icons used for directory indexing, etc.

A sample home page will be installed in /home/httpd/html, and several sample CGI programs will be installed in /home/httpd/cgi-bin.

Before starting up the server, you may want to take a look at some of the configuration files in /etc/httpd/conf. These include:


Previous Next Table of Contents