apache.conf: remove MultiViews from sample Configuration
commit9da0396006564591cd1cfcf8f955f05dd9ca18eb
authorKyle J. McKay <mackyle@gmail.com>
Fri, 2 Aug 2013 20:54:12 +0000 (2 13:54 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 2 Aug 2013 20:54:12 +0000 (2 13:54 -0700)
tree0066e682bb17c30f902eae569b2cdb8dfae4adb5
parent1bc5b9f211320c3f47e7fe059837b0119f47772d
apache.conf: remove MultiViews from sample Configuration

The MultiViews option should not actually be set unless there truly
are multiple language versions of a page.  Otherwise unnecessary
content negotiation will take place.  In addition meaningless errors
may be spewed into the error log.

Instead remove MultiViews from the Options configuration and add a
comment about adding it only if pages are truly offered in more than
a single language.
apache.conf