Except where pathnames are involved, these files are not case sensitive.
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 [data2 ... datan]
Directive
is a keyword httpd
recognizes, followed by whitespace. data
is specific
to the directive. Any additional data entries should be separated
by whitespace.
You can put extra spaces or tabs between Directive
and data
. To embed a space in data
without separating it from any subsequent arguments use a \
character before the space.
Back to Configuration Overview