]> git.pld-linux.org Git - packages/phpMyAdmin.git/blobdiff - phpMyAdmin.conf
- up to 3.4.10.2 (fixes PMASA-2012-2)
[packages/phpMyAdmin.git] / phpMyAdmin.conf
index 43df324d84c74fc8edc49b1045e737cff07826b3..7ef24e8b1d5f1df6733e9fa19f557fc2be8f673d 100644 (file)
@@ -1,7 +1,9 @@
 Alias /myadmin /usr/share/phpMyAdmin
 <Directory "/usr/share/phpMyAdmin">
+       Options FollowSymLinks
+       AllowOverride None
        Order allow,deny
-       Allow from localhost
        Allow from all
+       # uncomment if using apache-mod_php
+       #php_admin_value open_basedir "/etc/webapps/phpMyAdmin/:/usr/share/phpMyAdmin/:/usr/share/phpMyAdmin/css/..:/tmp"
 </Directory>
-                               
This page took 0.033719 seconds and 4 git commands to generate.