diff options
Diffstat (limited to 'apache.conf')
-rw-r--r-- | apache.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apache.conf b/apache.conf index 4938b51..9d5859a 100644 --- a/apache.conf +++ b/apache.conf @@ -11,7 +11,5 @@ ScriptAlias /cgi-bin/sitesummary-collector.cgi /usr/lib/cgi-bin/sitesummary-coll Options +SymLinksIfOwnerMatch -MultiViews # everyone have access - Order deny,allow - Deny from none - Allow from all + Require all granted </Directory> |