[Solved] OpenLiteSpeed completely crashed

#1
I was messing around with the log file settings of my virtual host template, and after restarting the server crashed. Not acessible from the frontend and the admin. CPU usage is low.
Seems the server restarts every minute.
Here some hints in the error log:
Code:
2024-02-14 20:18:18.401117 [INFO] [14131] Failed to get process [29713] start time, not running, skip killing.
2024-02-14 20:18:47.428648 [NOTICE] [14133] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 999 gid 33 setuidmode 2.
2024-02-14 20:18:47.428678 [INFO] [14133] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 999 gid 33 setuidmode 2.
2024-02-14 20:18:47.428687 [NOTICE] [14133] [LocalWorker::workerExec] Config[AdminPHP]: suExec uid -1 gid -1 cmd /usr/local/lsws/admin/fcgi-bin/admin_php -c ../conf/php.ini, final uid 999 gid 33, flags: 0.
2024-02-14 20:18:47.429451 [NOTICE] [14133] [AdminPHP] add child process pid: 29726
2024-02-14 20:19:18.088684 [NOTICE] [14133] sendKillCmdToWatchdog: 'extappkill:29726:-3:0'.
2024-02-14 20:19:18.400638 [NOTICE] [14131] Cmd from child: [extappkill:29726:-3:0]
2024-02-14 20:19:18.400703 [INFO] [14131] Failed to get process [29726] start time, not running, skip killing.
2024-02-14 20:19:47.783744 [NOTICE] [14133] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 999 gid 33 setuidmode 2.
2024-02-14 20:19:47.783789 [INFO] [14133] [LocalWorker::workerExec] VHost:_AdminVHost suExec check uid 999 gid 33 setuidmode 2.
2024-02-14 20:19:47.783803 [NOTICE] [14133] [LocalWorker::workerExec] Config[AdminPHP]: suExec uid -1 gid -1 cmd /usr/local/lsws/admin/fcgi-bin/admin_php -c ../conf/php.ini, final uid 999 gid 33, flags: 0.
2024-02-14 20:19:47.785173 [NOTICE] [14133] [AdminPHP] add child process pid: 29735
2024-02-14 20:20:18.024352 [NOTICE] [14133] sendKillCmdToWatchdog: 'extappkill:29735:-3:0'.
2024-02-14 20:20:18.400672 [NOTICE] [14131] Cmd from child: [extappkill:29735:-3:0]
2024-02-14 20:20:18.400740 [INFO] [14131] Failed to get process [29735] start time, not running, skip killing.
 
Top