From fbfd79a300cde08f526d4f793f399ddbcb95342a Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Thu, 5 Jun 2014 06:19:31 +0000 Subject: [PATCH] - no apache 2.2 in TLD, revert config to apache 2.4 version only --- apache.conf | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/apache.conf b/apache.conf index 1d7dbf3..bae0e7d 100644 --- a/apache.conf +++ b/apache.conf @@ -2,17 +2,7 @@ Alias /myadmin /usr/share/phpMyAdmin Options FollowSymLinks AllowOverride None - - # Apache 2.x - - Order allow,deny - Allow from all - - # Apache 2.4 - - Require all granted - - + Require all granted # uncomment if using apache-mod_php #php_admin_value open_basedir "/etc/webapps/phpMyAdmin/:/usr/share/phpMyAdmin/:/usr/share/phpMyAdmin/css/..:/tmp" -- 2.46.0