From b204a0318c4b8f985e8645f5c1d8fba79377fa1c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Jun 2015 19:35:47 +0000 Subject: [PATCH] Apache 2.4 with rhel7 so we need to adjust the meetbot apache config. --- roles/supybot/files/meetbot.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/supybot/files/meetbot.conf b/roles/supybot/files/meetbot.conf index 68ccc059ca..d5df459c0a 100644 --- a/roles/supybot/files/meetbot.conf +++ b/roles/supybot/files/meetbot.conf @@ -3,7 +3,6 @@ Alias /meetbot /srv/web/meetbot Options Indexes FollowSymLinks - SetHandler None - Order allow,deny - Allow from all + IndexOptions NameWidth=* FancyIndexing + Require all granted