Internal Server Error (500), after domain change

Hi,

I changed the domain, updated SSL, rebooted the server.

Now I get this error log:

client denied by server configuration: /home/username/web/mydomain.com/public_html/server-status

&

No protocol handler was valid for the URL /index.php

any idea what I can do?

btw, there is no file or folder called ‘server-status’; so I don’t know what it is referring to.

I suppose you are using nginx as proxy and apache as web server, try to change backend template PHP-FPM to no-php, save it and change it again to default or the php version you need to use and save again so the conf can be rebuilt.

Also, apache and nginx conf have some errors?

nginx -t
apache2ctl configtest

It’s been years since I used apache last time so I couldn’t help here too much.

2 Likes

Yep, apache is the web server.

Can you tell me how I can do that (change PHP-FPM to no-php)?

Edit the domain, in advanced options:

2 Likes

Yep:

nginx is ok

apache shows: Could not reliably determine the server’s fully qualified domain name, using (myhestiacp).com. Set the ‘ServerName’ directive globally to suppress this message
Syntax OK

ok, both are ok

2 Likes

It works -

Wow.

Huge thanks for that! :upside_down_face: :v:

2 Likes

You are welcome. Glad it is working fine now :wink:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.