FS#17732 - [phpmyadmin] 3.2.4-1 broken httpd-alias

Attached to Project: Community Packages
Opened by Erik Hansson (elipsion) - Thursday, 07 January 2010, 09:08 GMT
Last edited by Dan Griffiths (Ghost1227) - Saturday, 09 January 2010, 02:55 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
/etc/webapps/phpmyadmin/apache.example.conf contains trailing slashes in the alias-section.
This leads to the URL http://localhost/phpmyadmin not working, the extra slash has to be added.

Additional info:
Alias /phpmyadmin/ "/usr/share/webapps/phpMyAdmin/"
should be
Alias /phpmyadmin "/usr/share/webapps/phpMyAdmin"


Steps to reproduce:
* Install phpmyadmin
* cp /etc/webapps/phpmyadmin/apache.example.conf /etc/httpd/conf/extra/httpd-phpmyadmin.conf
* echo -e "\nInclude conf/extra/httpd-phpmyadmin.conf" >> /etc/httpd/conf/httpd.conf
* Comment out (or delete) 'deny form all' in /usr/share/webapps/phpMyAdmin/.htaccess
This task depends upon

Closed by  Dan Griffiths (Ghost1227)
Saturday, 09 January 2010, 02:55 GMT
Reason for closing:  Fixed
Additional comments about closing:  Verified and fixed

Loading...