LIteSpeed Enterprise is rebooting every 3 minutes

Hi!

I need your help. On my customers server we run Cyberpanel Enterprise.

I figured out, that the litespeed webserver restarts every 3 minutes.

Source of this seems to be this cron job line:

/3 * * * * if ! find /home//public_html/ -maxdepth 2 -type f -newer /usr/local/lsws/cgid -name ‘.htaccess’ -exec false {} +; then /usr/local/lsws/bin/lswsctrl restart; fi

If I understand it right this restarts the webserver, if a .htaccess was changed?

But: I don´t change .htaccess on my wordpress sites.

What can I do?

Best regards,
Kai

Additional Info:

I don´t have a directory

/usr/local/lsws/cgid

on my installation, but a cgid under:

/usr/local/lsws/admin/cgid

Ok, found a description here: