/etc/apache2/mods-available/log_slow.conf is in libapache2-mod-log-slow 1.0.8-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | <IfModule mod_log_slow.c>
LogSlowEnabled On
LogSlowFileName /var/log/apache2/mod_slow.log
LogSlowBufferedLogs On
# Set the limit of request handling time in millisecond
LogSlowLongRequestTime 5
</IfModule>
|