Disable access.log ?

webizen

Well-Known Member
#2
Yes, it is. Set all the vhost including the catch all vhost (Default virtual host) to disable access logging (vhosts -> log -> access log -> disabled).
 

webizen

Well-Known Member
#4
In Litespeed admin console (cpanel-> plugin-> LiteSpeed Web Server -> Admin Web Console), under Configuration menu, there should be 4 items: Server, Listeners, Virtual Hosts, Virtual Host Templates. Virtual Hosts is the one to look at.
 

track1

Well-Known Member
#5
#Virtual Hosts (0), and there aren't options to select.

Server is using apache config, Actions home page show 5 sites under Virtual Hosts table, but there are no sites/options under Configuration, Virtual hosts.
 

webizen

Well-Known Member
#6
Then your request becomes how to disable access logging in Apache via cPanel since LSWS gets everything from Apache config in this case. This is not a LSWS issue at all. You may check with cPanel support on how to do that.
 

track1

Well-Known Member
#7
Apache use mod_log_config.c, and is commented out under httpd.conf and ignored in litespeed with Ignore Apache Modules: mod_log_config.c

But litespeed log access_log under lsws/logs/ directory.
 

mistwang

LiteSpeed Staff
#8
You can set LiteSpeed server level log file to /dev/null.
We will change LiteSpeed to stop logging under lsws/logs directory for vhosts configured through Apache httpd.conf
 
Top