Hi,
I am trying to setup the cache storage directory for LSCache with OLS + DirectAdmin.
With LiteSpeed Enterprise, I can setup the cache storage dir in /usr/local/directadmin/data/templates/custom/cust_httpd.CUSTOM.2.pre:
And doing that sets up the lscache directory under /home/$USER/lscache
With OpenLiteSpeed 1.7.1, doing above does not setup the /home/$USER/lscache directory.
How can I do that?
I am trying to setup the cache storage directory for LSCache with OLS + DirectAdmin.
With LiteSpeed Enterprise, I can setup the cache storage dir in /usr/local/directadmin/data/templates/custom/cust_httpd.CUSTOM.2.pre:
Code:
<IfModule Litespeed>
CacheRoot lscache
</IfModule>
With OpenLiteSpeed 1.7.1, doing above does not setup the /home/$USER/lscache directory.
How can I do that?