From fc4ed9fdc143bee4062c45c9a67d54ddad15737c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 4 Feb 2016 14:42:08 +0100 Subject: [PATCH] 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/" - Options Indexes MultiViews + Options Indexes AllowOverride None 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 # AllowOverride FileInfo AuthConfig Limit Indexes - Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + Options Indexes SymLinksIfOwnerMatch IncludesNoExec Require all granted -- 2.44.0