LSWS hang and restart only when files are uploads

#1
Hi All,

My OLS server was works fine about 1 year. yesterday I was change IP on my server and reboot him

After this operation, my web application having problem.
Only when I adding files by form, server is hang and showing notifications. I can't find any errors

Today, I was update OLS to 1.7.14 and it still not work.

Form records are added directly to the database, just like files.
If I add a record without a file, everything works
At the moment when I attach the file - the server freezes


Code:
2021-11-17 19:34:28.552714 [NOTICE] [3182] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 998 gid 65534 setuidmode 2.
2021-11-17 19:34:28.552754 [INFO] [3182] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 998 gid 65534 setuidmode 2.
2021-11-17 19:34:28.552771 [NOTICE] [3182] [LocalWorker::workerExec] Config[AdminPHP]: suExec uid -1 gid -1 cmd /usr/local/lsws/admin/fcgi-bin/admin_php -c ../conf/php.ini, final uid 998 gid 65534, flags: 0.
2021-11-17 19:34:28.553236 [NOTICE] [3182] [AdminPHP] add child process pid: 3223
2021-11-17 19:34:59.092107 [NOTICE] [3182] sendKillCmdToWatchdog: 'extappkill:3223:-3:0'.
2021-11-17 19:34:59.200501 [NOTICE] [3180] Cmd from child: [extappkill:3223:-3:0]
2021-11-17 19:34:59.200574 [INFO] [3180] Failed to get process [3223] start time, not running, skip killing.
2021-11-17 19:35:29.182012 [NOTICE] [3182] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 998 gid 65534 setuidmode 2.
2021-11-17 19:35:29.182050 [INFO] [3182] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 998 gid 65534 setuidmode 2.
2021-11-17 19:35:29.182071 [NOTICE] [3182] [LocalWorker::workerExec] Config[AdminPHP]: suExec uid -1 gid -1 cmd /usr/local/lsws/admin/fcgi-bin/admin_php -c ../conf/php.ini, final uid 998 gid 65534, flags: 0.
2021-11-17 19:35:29.182402 [NOTICE] [3182] [AdminPHP] add child process pid: 3246
2021-11-17 19:36:00.063499 [NOTICE] [3182] sendKillCmdToWatchdog: 'extappkill:3246:-3:0'.
2021-11-17 19:36:00.200375 [NOTICE] [3180] Cmd from child: [extappkill:3246:-3:0]
2021-11-17 19:36:00.200443 [INFO] [3180] Failed to get process [3246] start time, not running, skip killing.
2021-11-17 19:36:13.090287 [INFO] [3182] [10.42.103.204:59207-Q:3D957E-36#home_dir] Connection idle time too long: 121 while in state: 6 watching for event: 270336, close!
2021-11-17 19:36:13.090361 [INFO] [3182] [10.42.103.204:59207-Q:3D957E-36] Content len: 85026, Request line:
POST /sandbox/index.php?eodmodify HTTP/1.1
2021-11-17 19:36:13.090383 [INFO] [3182] [10.42.103.204:59207-Q:3D957E-36#home_dir] HttpExtConnector state: 8, request body sent: 85026, response body size: -2, response body sent:0, left in buffer: 0, attempts: 0.
2021-11-17 19:36:29.876560 [NOTICE] [3182] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 998 gid 65534 setuidmode 2.
2021-11-17 19:36:29.876600 [INFO] [3182] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 998 gid 65534 setuidmode 2.
2021-11-17 19:36:29.876613 [NOTICE] [3182] [LocalWorker::workerExec] Config[AdminPHP]: suExec uid -1 gid -1 cmd /usr/local/lsws/admin/fcgi-bin/admin_php -c ../conf/php.ini, final uid 998 gid 65534, flags: 0.
2021-11-17 19:36:29.877198 [NOTICE] [3182] [AdminPHP] add child process pid: 3284
2021-11-17 19:37:00.071624 [NOTICE] [3182] sendKillCmdToWatchdog: 'extappkill:3284:-3:0'.
2021-11-17 19:37:00.200440 [NOTICE] [3180] Cmd from child: [extappkill:3284:-3:0]
2021-11-17 19:37:00.200520 [INFO] [3180] Failed to get process [3284] start time, not running, skip killing.
Do you have any idea?
 
Top