X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=apache.conf;fp=apache.conf;h=bae0e7dba66ce48372ce46010f59503f0fa2ff8f;hb=fbfd79a300cde08f526d4f793f399ddbcb95342a;hp=1d7dbf371497167d511edde69958a303d38eafae;hpb=e9212e062e1ae28d0ef2b24d78bc0a1a1e08c944;p=packages%2FphpMyAdmin.git 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"