
02-02-2012, 10:44 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
you need to create a directory for cache storage from command line first. Then fill storage path with it.
1. mkdir /path/to/diskcache (i.e. /usr/local/lsws/diskcache)
2. chown nobody.lsadm /path/to/diskcache (nobody is the webserver running user)
3. chmod 770 /path/to/diskcache
4. fill storage path (Admin CP => Configuration => Server => Cache => Storage Path) with '/path/to/diskcache' you just created.
Quote:
Originally Posted by rosaline
how can I set it?
|
|