Hello everybody,
In openlitespeed we must make manualy graceful restart for affecting changes in htaccess file. For solving this problem I added this line to `/etc/crontab` file.
* * * * * root /usr/local/lsws/bin/lswsctrl restart
In document said that this command has zero downtime:
Is...