Changing domain to PHP7.0/7.1 = Error 503

ezh

Verified User
Joined
Jun 13, 2019
Messages
23
The default PHP is 5.6. I need to enable PHP 7.x for domains. Installed CustomBuild 2.0. Set 7.0 and 7.1 as options.
Going to domain, changing PHP version and getting error 503.

PHP process are running:

ps aux | grep fpm
root 975 6.4 0.1 38744 21600 ? Ss 13:05 11:24 /bin/sh /usr/local/directadmin/custombuild/build php_expert 7.1 php-fpm
root 3841 0.1 0.1 155644 20724 ? Ss 00:17 1:43 php-fpm: master process (/usr/local/php56/etc/php-fpm.conf)
root 26546 16.8 0.1 39080 21928 ? Ss 13:02 30:22 /bin/sh /usr/local/directadmin/custombuild/build php_expert 7.0 php-fpm

What could be the problem?

Tnx.
 
Hello,

The processes of PHP compilation have not finished at the moment you posted your question here. So you would need to wait until it finishes.
 
Hm, is there a way to see what is a process building?

I have two such process:
975 root 20 0 39112 21968 2596 R 30.2 0.1 320:51.71 build
26546 root 20 0 39124 21972 2592 S 28.7 0.1 334:59.22 build

Yesterday I had to kill 3 more, since the server started to slow down.
 
Back
Top