Did you know that the default httpd server is Apache in all our Linux Dedicated Servers.

if you need to configure your apache server, the config file is located at the following directory:

/etc/httpd/conf/httpd.conf

this is true on the following distributions:
FEDORA
REDHAT
CENTOS

in older linux distributions you could find the configuartions in the httpd2.conf file

usually you can find the httpd.conf file in these directories:

/etc/apache
/etc/httpd
/etc/httpd/conf

depending on your distribution of linux

Any line that begins with # is a comment. The system ignores these lines. so if you want to know how you can put comments in your configuration file, just ad a # at the beginning of the line