Except where pathnames are involved, these files are not case sensitive.
httpd is currently very picky about extra whitespace in the config files. Extra lines are OK, but extra spaces and using tabs are not. This will change in the future.
Lines which should be ignored begin with #, the hash sign. This must be the first character on the line. Comments must be on a line by themselves.
Each line of these files consists of:
Directive data
Directive is a keyword httpd
recognizes, followed by one space. data is specific
to the directive.
Back to Configuration
Overview