Elukey has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379494 )

Change subject: torrus: disallow .htaccess usage
......................................................................

torrus: disallow .htaccess usage

Even if this code is dead I prefer to avoid any
future issue with copy/paste.

Change-Id: Ia56d78f6d3bcf1bcf72690e621213ed9481a522c
---
M modules/torrus/files/apache.conf
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/94/379494/1

diff --git a/modules/torrus/files/apache.conf b/modules/torrus/files/apache.conf
index 95aef1a..5bd678e 100644
--- a/modules/torrus/files/apache.conf
+++ b/modules/torrus/files/apache.conf
@@ -12,7 +12,7 @@
 
     <Directory /var/www>
         Options Indexes FollowSymLinks MultiViews
-        AllowOverride All
+        AllowOverride None
         Order allow,deny
         allow from all
     </Directory>

-- 
To view, visit https://gerrit.wikimedia.org/r/379494
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia56d78f6d3bcf1bcf72690e621213ed9481a522c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to