Customize the Configuration File
If you wish, edit the file
/usr/local/apache/conf/httpd.conf
The most likely changes you will need to make at this stage are to the document root.
For example I changed the lines:
DocumentRoot “/usr/local/apache/htdocs”
to
DocumentRoot “/home/httpd/html”
and
<Directory “/usr/local/apache/htdocs”>
to
<Directory “/home/httpd/html”>
If you are not installing as root, you will also need to change the line “Port 80” to specify a port above 1024.