phpmyadmin Internal Server Error

Post Reply
User avatar
webxtek
Posts: 67
Joined: Wed Nov 18, 2020 7:43 pm
Been thanked: 2 times

Hi,

I freshly installed on a cloud MyVestaCp, and the only thing i did was installing PHP 7.4 , created a user, got the ssl working ,small stuff.
Then i was creating a new DB for a user migration, and i tried to open Phpmyadmin using https://localhost.com/phpmyadmin/ and i get a page "500 Internal Server Error".
I went on /var/log/apache2/error.log and found " AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using sub.domain.com. Set the 'ServerName' directive globally to suppress this message

i already tried to edit the apache2.conf file

sudo nano /etc/apache2/apache2.conf

and add this line at bottom:
ServerName localhost

Then restart the Apache server:
sudo systemctl restart apache2

but did not work, can't acess phpmyadmin with the same internal error :(
User avatar
myVesta
Site Admin
Posts: 963
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 10 times
Been thanked: 6 times

Huh, possible reasons:
User avatar
webxtek
Posts: 67
Joined: Wed Nov 18, 2020 7:43 pm
Been thanked: 2 times

this is fixed after following your advice, thanks : try to tweak your pool.d like this - viewtopic.php?f=7&t=37
Post Reply