From a9b8bfa9d6c505bda152e58788b3106eaf32c7bb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 23 Sep 2016 14:50:25 +0000 Subject: community/phpmyadmin: move form main We don't want maintain this for more than 6 months due to the amount of security issues. --- community/phpmyadmin/phpmyadmin.apache2.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/phpmyadmin/phpmyadmin.apache2.conf (limited to 'community/phpmyadmin/phpmyadmin.apache2.conf') diff --git a/community/phpmyadmin/phpmyadmin.apache2.conf b/community/phpmyadmin/phpmyadmin.apache2.conf new file mode 100644 index 0000000000..1c1a5f6498 --- /dev/null +++ b/community/phpmyadmin/phpmyadmin.apache2.conf @@ -0,0 +1,7 @@ +Alias /phpmyadmin "/usr/share/webapps/phpmyadmin" + + AllowOverride All + Options FollowSymlinks + Order allow,deny + Allow from all + -- cgit v1.2.3