Topic: How to disable logging in lighttpd (Read 270 times)
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 7931
40535 credits Members referred : 3
« on: Oct 11, 2007, 10:48:16 PM »
I know this is too simple to get done, but as I've guessed it (because I couldn't find any documentation) I thought to post it here for future reference.
So in order to disable logging in the lighttpd web server just comment (add a #) the following lines in your lighttpd.conf file:
The dots represent the other modules you may use. This will overall increase the speed of your server but have in mind that with no logs you wont be able to know what happened in case of a problem (eg. a hack intrusion)
Personally I use this only to our secondary server that just serves images and css files (static files in general)