I'd like to know what the syntax of Apache's configuration files is. Particularly, quoting. Ive read this section:
http://httpd.apache.org/docs/2.2/configuring.html#syntax
And thought it left out a lot. Whats the difference between the following?
Order Allow,Deny
Order Allow Deny
Order "Allow,Deny"