You are not logged in.

#1 2022-12-08 18:06:57

Nelumbus
Member
Registered: 2022-12-08
Posts: 3

phpmyadmin not showing in localhost

Hi,
I have just installed phpmyadmin as guided in PhpMyAdmin#Running .
But when i go to localhost/phpmyadmin, it not showing anything, not even an error.

The errror log in 

 tail -f /var/log/httpd/error_log 

says

 
[Thu Dec 08 22:57:48.639142 2022] [core:notice] [pid 2584] AH00094: Command line: '/usr/bin/httpd -D FOREGROUND'
[Thu Dec 08 23:09:09.325778 2022] [mpm_prefork:notice] [pid 2584] AH00170: caught SIGWINCH, shutting down gracefully
[Thu Dec 08 23:09:09.597637 2022] [mpm_prefork:notice] [pid 3192] AH00163: Apache/2.4.54 (Unix) PHP/8.1.13 configured -- resuming normal operations
[Thu Dec 08 23:09:09.597825 2022] [core:notice] [pid 3192] AH00094: Command line: '/usr/bin/httpd -D FOREGROUND'
[Thu Dec 08 23:11:56.194444 2022] [mpm_prefork:notice] [pid 3192] AH00170: caught SIGWINCH, shutting down gracefully
[Thu Dec 08 23:11:56.448128 2022] [mpm_prefork:notice] [pid 3223] AH00163: Apache/2.4.54 (Unix) PHP/8.1.13 configured -- resuming normal operations
[Thu Dec 08 23:11:56.448290 2022] [core:notice] [pid 3223] AH00094: Command line: '/usr/bin/httpd -D FOREGROUND'

which seems normal.

I also have seen acess log of httpd using

 tail -f /var/log/httpd/access_log 

, it seems like no issue here too:

127.0.0.1 - - [08/Dec/2022:22:54:21 +0545] "GET /phpmyadmin/ HTTP/1.1" 200 -
127.0.0.1 - - [08/Dec/2022:22:58:22 +0545] "GET /phpmyadmin/ HTTP/1.1" 200 -
127.0.0.1 - - [08/Dec/2022:23:02:35 +0545] "GET /phpmyadmin/ HTTP/1.1" 200 -
127.0.0.1 - - [08/Dec/2022:23:08:40 +0545] "GET /phpmyadmin/ HTTP/1.1" 200 -
127.0.0.1 - - [08/Dec/2022:23:09:17 +0545] "GET /phpmyadmin/ HTTP/1.1" 200 -
127.0.0.1 - - [08/Dec/2022:23:12:01 +0545] "GET /phpmyadmin/ HTTP/1.1" 200 -
127.0.0.1 - - [08/Dec/2022:23:13:17 +0545] "GET /phpmyadmin/ HTTP/1.1" 200 -
127.0.0.1 - - [08/Dec/2022:23:14:23 +0545] "GET /phpmyadmin/ HTTP/1.1" 200 -

what could possibly gone wrong? Thanks for your help.

Offline

Board footer

Powered by FluxBB