From 8d64dd343230de0885cb0357359e34a924b5b514 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 3 Dec 2015 22:03:59 +0200 Subject: [PATCH] use apache 2.2/2.4 compatible config see: https://www.pld-linux.org/packages/apache#apache_22_and_24_compatible_configs --- apache.conf | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/apache.conf b/apache.conf index 011c418..28de647 100644 --- a/apache.conf +++ b/apache.conf @@ -21,13 +21,14 @@ -# Apache 2.2 -# -# Allow from all -# - -# Apache 2.4 - Require all granted - Allow from all + # Apache 2.x + + Order allow,deny + Allow from all + + # Apache 2.4 + + Require all granted + -- 2.44.0