Elukey has submitted this change and it was merged. ( 
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(-)

Approvals:
  Elukey: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ia56d78f6d3bcf1bcf72690e621213ed9481a522c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <[email protected]>
Gerrit-Reviewer: Elukey <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to