[Resolved] the new guid wiki (cpanel-shared)

Status
Not open for further replies.
#1
I follow this wiki: https://www.litespeedtech.com/suppo..._wiki:cache:common_installation:cpanel-shared
and I cold not find this:
Code:
mkdir /tmp/lscache
chown nobody:nobody /tmp/lscache
chmod 700 /tmp/lscache
Do not need it (chown|chmod) anymore?
the configuration file under /usr/local/apache/conf/includes/ will create the directory for me?
no need to setup the cache on the admin panel :)7080)?

Code:
server -> cache ->
Storage Path: /tmp/lscache
Enable Public Cache - No
Check Public Cache - Yes
Ignore Request Cache-Control - Yes
Ignore Response Cache-Control - Yes
 
Last edited by a moderator:

NiteWave

Administrator
#2
Do not need it (chown|chmod) anymore?
the configuration file under /usr/local/apache/conf/includes/ will create the directory for me?
I think Yes.
Code:
<IfModule Litespeed>
CacheRoot /home/lscache
</IfModule>
will take care of mkdir/chown|chmod etc.

no need to setup the cache on the admin panel :)7080)?
I think by default, you no need care about it. so it's easier for most users.
at the end of the wiki page,
"For Advanced Cache Configuration info, look here."
lsws web admin part has been moved there.
 
Last edited by a moderator:
Status
Not open for further replies.
Top