LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   Apache Migration/Compatibility (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=24)
-   -   disable logging (http://www.litespeedtech.com/support/forum/showthread.php?t=4904)

subhuti 04-13-2011 06:55 AM

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.

NiteWave 04-13-2011 08:22 AM

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.