[Pkg-owncloud-commits] [owncloud-doc] 102/110: remove Multiviews from Apache example config

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 21:10:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 8af2211f87ba067c3f4bea65d02289dc56db135c
Author: Carla Schroder <carla at owncloud.com>
Date:   Thu Jan 29 11:41:45 2015 -0800

    remove Multiviews from Apache example config
    
    because Multiviews mess up content negotiation https://github.com/owncloud/core/issues/9039
---
 admin_manual/installation/source_installation.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst
index 34e225a..e2c8439 100644
--- a/admin_manual/installation/source_installation.rst
+++ b/admin_manual/installation/source_installation.rst
@@ -219,7 +219,7 @@ Example config for Apache 2.2:
 .. code-block:: xml
 
     <Directory /path/to/owncloud>
-        Options Indexes FollowSymLinks MultiViews
+        Options Indexes FollowSymLinks
         AllowOverride All
         Order allow,deny
         allow from all
@@ -231,7 +231,7 @@ Example config for Apache 2.4:
 .. code-block:: xml
 
     <Directory /path/to/owncloud>
-        Options Indexes FollowSymLinks MultiViews
+        Options Indexes FollowSymLinks
         AllowOverride All
         Require all granted
     </Directory>
@@ -260,7 +260,7 @@ Example config for Apache 2.4:
 			AllowOverride None
 		</Directory>
 		<Directory /var/www/>
-			Options Indexes FollowSymLinks MultiViews
+			Options Indexes FollowSymLinks
 			AllowOverride None
 			Order allow,deny
 			allow from all
@@ -282,7 +282,7 @@ Example config for Apache 2.4:
 			downgrade-1.0 force-response-1.0
 		BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
 		<Directory /var/www/owncloud>
-			Options Indexes FollowSymLinks MultiViews
+			Options Indexes FollowSymLinks
 			AllowOverride All
 			Allow from all
 			Require all granted

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list