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"
link|improve this question
My bet is that the difference is not reflected in the behavior of Apache. Have you seen evidence to the contrary? – Doc Jul 12 '11 at 16:31
The issue is that I cant find documentation. If I were writing the above, I would just copy what other people do and use the first one. I havent tested any of the other ones. – Jake Jul 12 '11 at 21:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.