diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-23 14:50:25 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-23 14:50:25 +0000 |
| commit | a9b8bfa9d6c505bda152e58788b3106eaf32c7bb (patch) | |
| tree | 71082121491a1eb5deef4865b5b54485a7fa723f /community/phpmyadmin/phpmyadmin.apache2.conf | |
| parent | 6c5c1e1eda5fc81d7179877e6aca7faac9cff94e (diff) | |
| download | aports-a9b8bfa9d6c505bda152e58788b3106eaf32c7bb.tar.bz2 aports-a9b8bfa9d6c505bda152e58788b3106eaf32c7bb.tar.xz | |
community/phpmyadmin: move form main
We don't want maintain this for more than 6 months due to the amount of
security issues.
Diffstat (limited to 'community/phpmyadmin/phpmyadmin.apache2.conf')
| -rw-r--r-- | community/phpmyadmin/phpmyadmin.apache2.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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" +<Directory "/usr/share/webapps/phpmyadmin"> + AllowOverride All + Options FollowSymlinks + Order allow,deny + Allow from all +</Directory> |
