File: control

package info (click to toggle)
libapache2-mod-log-slow 1.0.8-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 128 kB
  • ctags: 105
  • sloc: ansic: 824; makefile: 33
file content (17 lines) | stat: -rw-r--r-- 740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libapache2-mod-log-slow
Section: web
Priority: optional
Maintainer: Cyril Bouthors <cyb@debian.org>
Uploaders: Cyril Bouthors <cyril@bouthors.org>
Build-Depends: debhelper (>= 9), apache2-dev
Standards-Version: 3.9.5

Package: libapache2-mod-log-slow
Architecture: any
Depends: apache2-api-20120211, ${misc:Depends}, ${shlibs:Depends}
Description: Apache module for logging of slow requests handling
 Provide measures of the time period used for handling each request by the
 current process. Logging is done after processing a request if the request
 takes more than certain period of time that you specify. The idea of this
 module comes from MySQL's slow-query-log, and its logging logic is partially
 based on mod_log_forensic.