[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.
 
#4
I actually deleted the log files which caused the problem, edited the config and the server was back up running.
Can you tell me more details about which files to should be deleted? I am getting the same issue with you did. I deleted all log files, restart webserver and it is still not working. I want to know more about config. Which did you edited?
Sorry, I don't have knowledge about this!
 
Top