Multi PHP 500 Error
Posted: Fri Jan 22, 2021 6:26 am
Hi Everyone
I encounter a 500 Internal server error whilest setting another php version.
Here is what i did I followed this tutorial viewtopic.php?t=17129
I can see the multiple php version in my server templates, but when i change or create a new domain with another php version i get a 500 internal server error.
I updated my system retsarted mysql, nginx and apache aswell rebooted my system.
Still not solved, so i found this post and try'd it viewtopic.php?t=15523
EVERYTHING WORKS FINE WHEN I USE THE DEFAULT PHP, wordpress telling me to upgrade php
My Config and grep is this,
root@vmi500767:~# apachectl configtest
Syntax OK
root@vmi500767:~# netstat -tulpn | grep apache
tcp 0 0 207.180.221.82:8080 0.0.0.0:* LISTEN 1008/apache2
tcp 0 0 161.97.125.156:8080 0.0.0.0:* LISTEN 1008/apache2
tcp 0 0 127.0.0.1:8081 0.0.0.0:* LISTEN 1008/apache2
tcp 0 0 207.180.221.82:8443 0.0.0.0:* LISTEN 1008/apache2
tcp 0 0 161.97.125.156:8443 0.0.0.0:* LISTEN 1008/apache2
root@vmi500767:~# netstat -tulpn | grep nginx
tcp 0 0 207.180.221.82:80 0.0.0.0:* LISTEN 2320/nginx: master
tcp 0 0 161.97.125.156:80 0.0.0.0:* LISTEN 2320/nginx: master
tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 863/nginx: master p
tcp 0 0 127.0.0.1:8084 0.0.0.0:* LISTEN 2320/nginx: master
tcp 0 0 161.97.125.156:443 0.0.0.0:* LISTEN 2320/nginx: master
root@vmi500767:~#
Can someone please help me out to get multiphp working as i will be running several webscripts and each need different php
Thanks
I encounter a 500 Internal server error whilest setting another php version.
Here is what i did I followed this tutorial viewtopic.php?t=17129
I can see the multiple php version in my server templates, but when i change or create a new domain with another php version i get a 500 internal server error.
I updated my system retsarted mysql, nginx and apache aswell rebooted my system.
Still not solved, so i found this post and try'd it viewtopic.php?t=15523
EVERYTHING WORKS FINE WHEN I USE THE DEFAULT PHP, wordpress telling me to upgrade php
My Config and grep is this,
root@vmi500767:~# apachectl configtest
Syntax OK
root@vmi500767:~# netstat -tulpn | grep apache
tcp 0 0 207.180.221.82:8080 0.0.0.0:* LISTEN 1008/apache2
tcp 0 0 161.97.125.156:8080 0.0.0.0:* LISTEN 1008/apache2
tcp 0 0 127.0.0.1:8081 0.0.0.0:* LISTEN 1008/apache2
tcp 0 0 207.180.221.82:8443 0.0.0.0:* LISTEN 1008/apache2
tcp 0 0 161.97.125.156:8443 0.0.0.0:* LISTEN 1008/apache2
root@vmi500767:~# netstat -tulpn | grep nginx
tcp 0 0 207.180.221.82:80 0.0.0.0:* LISTEN 2320/nginx: master
tcp 0 0 161.97.125.156:80 0.0.0.0:* LISTEN 2320/nginx: master
tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 863/nginx: master p
tcp 0 0 127.0.0.1:8084 0.0.0.0:* LISTEN 2320/nginx: master
tcp 0 0 161.97.125.156:443 0.0.0.0:* LISTEN 2320/nginx: master
root@vmi500767:~#
Can someone please help me out to get multiphp working as i will be running several webscripts and each need different php
Thanks