G Grzegorz Derebecki Well-Known Member Dec 12, 2007 #1 Dec 12, 2007 #1 if i set (freebsd -> via sysctl) security.bsd.see_other_uids = 0 litespeed stop working it can't create new php process [INFO] [idle] connection to [uds://tmp/lshttpd/vh_lsphp.sock] on request #2, error: Connection reset by peer!
if i set (freebsd -> via sysctl) security.bsd.see_other_uids = 0 litespeed stop working it can't create new php process [INFO] [idle] connection to [uds://tmp/lshttpd/vh_lsphp.sock] on request #2, error: Connection reset by peer!
M mistwang LiteSpeed Staff Dec 12, 2007 #2 Dec 12, 2007 #2 Maybe it is too restrictive to run PHP suEXEC.
G Grzegorz Derebecki Well-Known Member Dec 12, 2007 #3 Dec 12, 2007 #3 Don't think so becous on apache it working
M mistwang LiteSpeed Staff Dec 12, 2007 #4 Dec 12, 2007 #4 It probably because lsphp checks if the parent process still exists, if not, it will quit. Please add Environment variable LSAPI_PPID_NO_CHECK=1 to the lsphp external application configuration. See if it helps.
It probably because lsphp checks if the parent process still exists, if not, it will quit. Please add Environment variable LSAPI_PPID_NO_CHECK=1 to the lsphp external application configuration. See if it helps.
G Grzegorz Derebecki Well-Known Member Dec 12, 2007 #5 Dec 12, 2007 #5 mistwang said: It probably because lsphp checks if the parent process still exists, if not, it will quit. Please add Environment variable LSAPI_PPID_NO_CHECK=1 to the lsphp external application configuration. See if it helps. Click to expand... it helps Thanks!
mistwang said: It probably because lsphp checks if the parent process still exists, if not, it will quit. Please add Environment variable LSAPI_PPID_NO_CHECK=1 to the lsphp external application configuration. See if it helps. Click to expand... it helps Thanks!