In the new apache 2.4 it is pretty cool to configure the logging via module.
LogLevel warn ssl:error auth_digest:error socache_shmcb:warn mpm_worker:warn fcgid:info
In the new apache 2.4 it is pretty cool to configure the logging via module.
LogLevel warn ssl:error auth_digest:error socache_shmcb:warn mpm_worker:warn fcgid:info
This entry was posted on Tuesday, December 20th, 2011 and is filed under apache. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
| powered by Apache 2.4
#1 by Me on January 18th, 2012
Quote
Pretty slick! Allows one to hone in on one area reducing a lot of log clutter.
#2 by mario on February 29th, 2012
Quote
I figured out that I need to be a bit more flexible
<ifmodule mpm_worker_module>
LogLevel warn ssl:error auth_digest:error socache_shmcb:warn mpm_worker:warn fcgid:info
</ifmodule>
<ifmodule mpm_event_module>
LogLevel warn ssl:error auth_digest:error socache_shmcb:warn mpm_event:warn fcgid:info
</ifmodule>