FS#23951 - [phpmyadmin] could you edit default config

Attached to Project: Community Packages
Opened by Athurg Gooth (athurg) - Wednesday, 27 April 2011, 00:44 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 27 April 2011, 09:30 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
when we installed phpmyadmin, we can't use it as soon as we can. We must config some files.

Could you just add a default configure file which is always usable. such as
1. comment the "deny from all " of /usr/share/webapps/phpmyadmin/,htaccess
2. add /usr/share/webapps/phpmyadmin and /etc/webapps/phpmyamin to php's open_basedir in /etc/webapps/phpmyadmin/apache.example.conf, like this

#==================
<Directory XXX>
php_admin_value open_basedir "/srv/http:/usr/share/webapps/phpmyadmin...."
</Directory>
#==================

Thank you very much!
This task depends upon

Closed by  Sergej Pupykin (sergej)
Wednesday, 27 April 2011, 09:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/e tc/webapps:/usr/share/pear/"
added, but I prefer to leave .htacces with deny by default

Loading...