[INFO] locked pid file [/tmp/lshttpd/lsphp.sock.pid]

#1
Hey, what is these info/erros? thanks

Code:
2021-04-29 00:54:24.300772 [INFO] [4827] [lsphp]: locked pid file [/tmp/lshttpd/lsphp.sock.pid].
2021-04-29 00:54:24.300786 [INFO] [4827] [lsphp] remove unix socket for detached process: /tmp/lshttpd/lsphp.sock
2021-04-29 00:54:24.300830 [NOTICE] [4827] [LocalWorker::workerExec] Config[lsphp]: suExec uid 65534 gid 65534 cmd /usr/local/lsws/fcgi-bin/lsphp-7.2.34, final uid 65534 gid 65534, flags: 0.
2021-04-29 00:54:24.301064 [NOTICE] [4827] [lsphp] add child process pid: 6587
2021-04-29 00:54:24.301100 [INFO] [4827] [lsphp]: unlocked pid file [/tmp/lshttpd/lsphp.sock.pid].
2021-04-29 01:08:31.391873 [INFO] [4826] [lsphp]: locked pid file [/tmp/lshttpd/lsphp.sock.pid].
2021-04-29 01:08:31.391887 [INFO] [4826] [lsphp] remove unix socket for detached process: /tmp/lshttpd/lsphp.sock
2021-04-29 01:08:31.391927 [NOTICE] [4826] [LocalWorker::workerExec] Config[lsphp]: suExec uid 65534 gid 65534 cmd /usr/local/lsws/fcgi-bin/lsphp-7.2.34, final uid 65534 gid 65534, flags: 0.
2021-04-29 01:08:31.392197 [NOTICE] [4826] [lsphp] add child process pid: 6599
2021-04-29 01:08:31.392233 [INFO] [4826] [lsphp]: unlocked pid file [/tmp/lshttpd/lsphp.sock.pid].
2021-04-29 01:17:11.782721 [INFO] [4830] [lsphp]: locked pid file [/tmp/lshttpd/lsphp.sock.pid].
2021-04-29 01:17:11.782735 [INFO] [4830] [lsphp] remove unix socket for detached process: /tmp/lshttpd/lsphp.sock
2021-04-29 01:17:11.782769 [NOTICE] [4830] [LocalWorker::workerExec] Config[lsphp]: suExec uid 65534 gid 65534 cmd /usr/local/lsws/fcgi-bin/lsphp-7.2.34, final uid 65534 gid 65534, flags: 0.
2021-04-29 01:17:11.783017 [NOTICE] [4830] [lsphp] add child process pid: 6671
2021-04-29 01:17:11.783053 [INFO] [4830] [lsphp]: unlocked pid file [/tmp/lshttpd/lsphp.sock.pid].
 

Cold-Egg

Administrator
#2
PID files are written by lsphp to record their process ID while they are starting, unlock when the job finished. You can ignore those logs safly.
 
Top