From 34b5412b32bc276cb1b4ebfaca2f7ba1de74981f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 22 Apr 2013 13:53:45 +0000 Subject: [PATCH] Quoted args git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1470515 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/configuring.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml index 4a8b36bb9c..218603e353 100644 --- a/docs/manual/configuring.xml +++ b/docs/manual/configuring.xml @@ -69,6 +69,9 @@ Server.

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 + 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 -- 2.50.1