I have been using litespeed from past 3 years. I used to have the lscache enabled through following command in htaccess
and storage location set to server tempfs path /dev/shm/lscache in 'Cache' settings through WHM > Litespeed interface.
It used to be work good and all domains cache was stored in specified path. From then i never looked at it.
I recently discovered from past 4 months, LScache is being stored in "lscache" directory in respective domain name home directory.
I need help to get that storage back to /dev/shm/lscache
Code:
RewriteRule ^(.*)$ - [E=Cache-Control:max-age=3600]
It used to be work good and all domains cache was stored in specified path. From then i never looked at it.
I recently discovered from past 4 months, LScache is being stored in "lscache" directory in respective domain name home directory.
I need help to get that storage back to /dev/shm/lscache
Last edited by a moderator: