I installed phpMyAdmin on Fedora 16 by doing:
yum -y install phpMyAdmin php-mysql php-mcrypt
I also made sure to edit the phpMyAdmin.conf and allow 127.0.0.1 10.0.0.0/24 and restarted httpd.service
For some reason I can not access phpMyAdmin by using:
http://localhost/phpMyAdmin
or
https://localhost/phpMyAdmin
although
http://localhost/ displays my test page just fine. Does anyone know more about this type of problem?
---------- Post added at 02:53 AM ---------- Previous post was at 12:12 AM ----------
I found this in error_log:
Code:
[root@sepserver ~]# systemctl status
Too few arguments.
[root@sepserver ~]# cd /var/log
[root@sepserver log]# ls -la
[Tue Mar 27 02:51:50 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Mar 27 02:51:50 2012] [notice] Digest: generating secret for digest authentication ...
[Tue Mar 27 02:51:50 2012] [notice] Digest: done
[Tue Mar 27 02:51:50 2012] [notice] Apache/2.2.22 (Unix) DAV/2 PHP/5.3.10 configured -- resuming normal operations
[Tue Mar 27 02:52:02 2012] [error] [client 96.229.155.198] client denied by server configuration: /usr/share/phpMyAdmin
[Tue Mar 27 02:52:02 2012] [error] [client 96.229.155.198] File does not exist: /var/www/html/favicon.ico
[Tue Mar 27 02:52:30 2012] [error] [client 96.229.155.198] Directory index forbidden by Options directive: /var/www/html/
[Tue Mar 27 02:52:30 2012] [error] [client 96.229.155.198] File does not exist: /var/www/html/favicon.ico
[Tue Mar 27 02:53:59 2012] [error] [client 96.229.155.198] client denied by server configuration: /usr/share/phpMyAdmin
[Tue Mar 27 02:53:59 2012] [error] [client 96.229.155.198] File does not exist: /var/www/html/favicon.ico
[Tue Mar 27 02:56:33 2012] [notice] caught SIGTERM, shutting down