disable logging

#1
Hello
we have a server wich we are going to migrate to pure litespeed , but for now litespeed use apache configuration files which defines ErrorLog/CustomLog . which we can't remove for some reasons

question :
is it possibel to ignore apache logging directives and disable logging in litespeed for all apache-based virtual hosts?

thank you.
 

NiteWave

Administrator
#2
not sure if this works for your case: just comment ErrorLog/CustomLog directive in httpd.conf or add
<IfModule Dummy>
</IfModule>
arround CustomLog

when litespeed read and parse apache's httpd.conf, it try to follow apache's rules. to disable logging, can google "apache disable log", the way will apply for litespeed in general.
 
Top