security.bsd.see_other_uids

#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!
 

mistwang

LiteSpeed Staff
#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.
 
Top