From: Eric Covener
httpd configuration files contain one directive per line. The backslash "\" may be used as the last character on a line to indicate that the directive continues onto the next line. - There must be no other characters or white space between the - backslash and the end of the line.
+ To be interpreted as such a continuation, there must be no + other characters or white space between the backslash and the + end of the line. -Arguments to directives are separated by whitespace. If an +
Lines that begin with the hash character "#" are considered + comments, and are ignored. Comments may not be + included on the same line as a configuration directive, including + at the start of a line that has been continued as described in the + preceding pargraph. +
+ +White space occurring before a directive is ignored, so + you may indent directives for clarity. Blank lines are also ignored. + Arguments to directives are separated by whitespace. If an argument contains spaces, you must enclose that argument in quotes.
Directives in the configuration files are case-insensitive, - but arguments to directives are often case sensitive. Lines - that begin with the hash character "#" are considered - comments, and are ignored. Comments may not be - included on the same line as a configuration directive. - White space occurring before a directive is ignored, so - you may indent directives for clarity. Blank lines are also ignored.
+ but arguments to directives are often case sensitive.The values of variables defined with the