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.
In document said that this command has zero downtime:
Is this correct? Is this decrease my servers performance? Thanks.
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.
Code:
* * * * * root /usr/local/lsws/bin/lswsctrl restart
Is this correct? Is this decrease my servers performance? Thanks.
Last edited: