diff options
| author | Matt Smith <mcs@darkregion.net> | 2011-04-08 01:38:06 -0500 |
|---|---|---|
| committer | Matt Smith <mcs@darkregion.net> | 2011-04-08 01:38:06 -0500 |
| commit | 95ec358af98af61d962291dc04f86aafa51af18d (patch) | |
| tree | 72bc16fcd2f0f1c787dadd9522873fbe9d02ed07 /testing/phpmyadmin/phpmyadmin.apache2.conf | |
| parent | a400d41be5e668ff3078afc055a2751f0c546e09 (diff) | |
| download | aports-95ec358af98af61d962291dc04f86aafa51af18d.tar.bz2 aports-95ec358af98af61d962291dc04f86aafa51af18d.tar.xz | |
testing/phpmyadmin: new aport
A Web-based PHP tool for administering MySQL
http://www.phpmyadmin.net/
Diffstat (limited to 'testing/phpmyadmin/phpmyadmin.apache2.conf')
| -rw-r--r-- | testing/phpmyadmin/phpmyadmin.apache2.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/phpmyadmin/phpmyadmin.apache2.conf b/testing/phpmyadmin/phpmyadmin.apache2.conf new file mode 100644 index 00000000..1c1a5f64 --- /dev/null +++ b/testing/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> |
