|
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.
|