Apache 2.4 log level config

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

2 thoughts on “Apache 2.4 log level config

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

Leave a Reply

Your email address will not be published. Required fields are marked *