LSPHP Error

aldhy

Verified User
Joined
Jul 20, 2019
Messages
23
Hello,

This is not my first install, but I have a problem with LSphp

Code:
[Wed Jul 24 17:16:29.677930 2019] [lsapi:error] [pid 2762280:tid 140596383164160] [client xxx.4.221.81:0] mod_lsapi: [host xxxxxx.xyz] [req GET / HTTP/1.0] Connect to backend failed: connect to lsphp failed: 110, referer: http://xxxxx.xyz/

I run CloudLinux 7 on my server

Code:
[root@server custombuild]# uname -a
Linux sgnode01.whmserver.com 3.10.0-962.3.2.lve1.5.26.1.el7.x86_64 #1 SMP Fri Jun 28 06:30:57 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux
[root@server custombuild]# grep cloudlinux /usr/local/directadmin/custombuild/options.conf
cloudlinux=yes
cloudlinux_beta=no
[root@server custombuild]# httpd -v
Server version: Apache/2.4.39 (Unix)
Server built:   Jul 24 2019 16:27:31
[root@server custombuild]#

anyone can help me?

thank you
 
On my cloudlinux install I followed that steps
I tested that twice ... it works

do initial Cloud Linux conversion script and reboot

i have also added to my options
===
php1_release=7.2
php1_mode=lsphp
cloudlinux=yes
cagefs=yes
====
Then I installed cagefs

after that I do groupinstall alt-php and then
run a ./build all d and ./build rewrite_confs
 
Last edited:
Back
Top