
modlogslow
Apache Module mod_log_slow Overview
mod_log_slow is Apache module to 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 specifiy. The idea of mod_log_slow comes from MySQL's slow-query-log, and its logging logic is partially based on mod_log_forensic and mod_log_config
If you have any issues or requests on this module, please post them to the following github project site: https://github.com/yokawasa/mod_log_slow/issues
News
- 2013/05/20: version 1.0.8 released
- changes to support Apache2.4
- fixup compile errors which are caused by the chnage of 'conn_rec' struct member
- fixup GCC compile warnings
- changes to support Apache2.4
- 2012/12/23: version 1.0.7 released
- fixup GCC compile warnings
- 2009/6/27: version 1.0.6 released
- modified slow_log format
- add LogSlowTimeFormat Directive to support
- add LogSlowBufferedLogs Directive to support (Only apache2 supports)
- 2009/6/24: migrate svn repository to github
- 2009/4/4 : version 1.0.5 released
- add Apache1.3 version of module: mod_log_slow13.c
- 2009/2/22 : version 1.0.4 released
- add "EOF" (\n) on fprintf format of debug message
*
see also Changelog for more detail
Documentation
- Build and Install
- Configuration Directives
- Logging Format
- Sample Configuration
Downloads
- Released packages: downloads page
- Current source code: http://github.com/yokawasa/mod_log_slow/tree/master
Questions, Problems
Feel free to email me (yokawasa at gmail dot com) if you have any questions. Or always welcome if you have ideas for improvements or even patches! In addition, if you find any problems, please report them as a new issue. see current issues.
Authors
Yoichi Kawasaki