![]() |
disable logging
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. |
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. |
| All times are GMT -7. The time now is 07:18 AM. |