This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-dynamic-include.git


The following commit(s) were added to refs/heads/master by this push:
     new c330576  Fix documentation for httpd config
     new eea9fdb  Merge pull request #9 from 
paul-bjorkstrand/fix-docs-remove-multiviews
c330576 is described below

commit c33057645ae7cd2c5940df8897b234366d08a4a2
Author: paul-bjorkstrand <[email protected]>
AuthorDate: Tue Apr 9 14:11:51 2019 -0500

    Fix documentation for httpd config
    
    `MultiViews` breaks the configuration, for items that are not cached. 
https://www.bennadel.com/blog/2218-negotiation-discovered-file-s-matching-request-none-could-be-negotiated.htm
 gave me enough info to determine that I was having the same exact problem.
    
    `MultiViews` is not needed for SDI to work properly.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 85cce96..fd428e8 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ After setting output filter open virtualhost configuration 
and add `Includes` op
             AllowOverride None
         </Directory>
         <Directory /var/www/>
-            Options Indexes FollowSymLinks MultiViews Includes
+            Options Indexes FollowSymLinks Includes
             AllowOverride None
             Order allow,deny
             allow from all

Reply via email to