[packages/apache] Drop MultiViews by default (it's confusing for many people using rewrites with QSA and causes higher

arekm arekm at pld-linux.org
Thu Feb 4 14:42:15 CET 2016


commit fc4ed9fdc143bee4062c45c9a67d54ddad15737c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Feb 4 14:42:08 2016 +0100

    Drop MultiViews by default (it's confusing for many people using rewrites with QSA and causes higher hdd usage). rt#brak

 apache-mod_autoindex.conf | 2 +-
 apache-mod_userdir.conf   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apache-mod_autoindex.conf b/apache-mod_autoindex.conf
index b9c6ec1..165fde4 100644
--- a/apache-mod_autoindex.conf
+++ b/apache-mod_autoindex.conf
@@ -22,7 +22,7 @@ IndexOptions FancyIndexing HTMLTable VersionSort Charset=UTF-8
 Alias /icons/ "/home/services/httpd/icons/"
 
 <Directory "/home/services/httpd/icons">
-	Options Indexes MultiViews
+	Options Indexes
 	AllowOverride None
 	<IfModule mod_authz_host.c>
 		Require all granted
diff --git a/apache-mod_userdir.conf b/apache-mod_userdir.conf
index 3b6fd29..534367a 100644
--- a/apache-mod_userdir.conf
+++ b/apache-mod_userdir.conf
@@ -18,7 +18,7 @@ UserDir public_html
 #
 <Directory /home/users/*/public_html>
 	AllowOverride FileInfo AuthConfig Limit Indexes
-	Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+	Options Indexes SymLinksIfOwnerMatch IncludesNoExec
 	<Limit GET POST OPTIONS>
 		Require all granted
 		<IfModule mod_access_compat.c>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/fc4ed9fdc143bee4062c45c9a67d54ddad15737c



More information about the pld-cvs-commit mailing list