I have phpmyadmin installed but I can not access it. The message in browser when I access http://localhost/phpmyadmin/ is "Access denied per /etc/httpd/conf/sites.d/phpmyadmin.conf" But my phpmyadmin.conf is default: Alias /phpmyadmin /usr/share/phpmyadmin <Directory /usr/share/phpmyadmin> Order deny,allow Deny from all Allow from 127.0.0.1 ErrorDocument 403 "Access denied per /etc/httpd/conf/sites.d/phpmyadmin.conf" php_flag session.auto_start 0 </Directory> <Directory /usr/share/phpmyadmin/libraries> Order deny,allow Deny from all </Directory> mysqld is running.
I think this is probably down to apache 2.4. I don't think phpmyadmin has been updated with the correct apache 2.4 directives yet. Try adding 'Require local' in the directives. It will replace Order deny,allow Deny from all allow from 127.0.0.1 but they can exist side by side at the moment. There is a tracker bug somewhere for webapps not yet adapted for apache 2.4
Blocks: (none) => 6954
Thanks Claire, your tips worked fine. Can I close this bug or I leave it open to future references?
it should be fixed in the package too (but this one seems 'dead' too ..)
Source RPM: (none) => webmin
Current package is OK, closing.
Status: NEW => RESOLVEDCC: (none) => guillomovitchResolution: (none) => FIXED