History log of /httpd/modules/loggers/config.m4
Revision Date Author Comments Expand
bc30af7664e616782ba9a0d6734e5e6b7eaa2eb3 1610339 14-Jul-2014 jkaluza

mod_journald: New module implementing error_log provider for systemd-journald.

249d09d51808cb7981af99762c3b3736ca126cd5 1525600 23-Sep-2013 jkaluza

mod_syslog: New module implementing syslog ap_error_log provider. Previously, this code was part of core, now it's in separate module.

a93e781d9c03749f57328077b8350b09c40ce737 1146227 13-Jul-2011 sf

adjustments of build priorities of modules without special dependencies all -> most: - mod_sed reallyall -> most: - mod_log_debug reallyall -> all: - mod_dav_lock - mod_echo - mod_charset_lite - mod_slotmem_plain - mod_dialup few -> all: - mod_data - mod_reflector - mod_asis most -> all: - mod_heartbeat - mod_heartmonitor - mod_watchdog most -> reallyall: - mod_imagemap - mod_cern_meta - mod_ident See thread at http://mail-archives.apache.org/mod_mbox/httpd-dev/201107.mbox/%3C201107052321.56063.sf@sfritsch.de%3E

f82baabbe731507742af2f7ba41463dbbc7911e9 1142170 02-Jul-2011 sf

Add new non-default debugging module mod_log_debug It allows to log custom debug messages at various phases in the request processing and is the first consumer of the new string-valued ap_expr API.

af536445271e71c6f1f2751c5c1b5df4dae6a649 1029814 01-Nov-2010 poirier

Add to modules' help text (displayed by ./configure -h) more information that will be useful in deciding whether to enable them or not.

3a330c2331fc04f7d3f0ce7741bb52b5823f97e1 808722 28-Aug-2009 wrowe

Always make mod_*.h files available where they exist, modpath by modpath

d12867cc4ad000df9c9e44a89193e3e12154decb 102241 09-Jan-2004 jorton

* modules/loggers/config.m4: Fix --enable-mods-shared=all case where $enable_log_forensic gets set to the empty string.

9b30d6d6a35d16d198b7e9cf4695eacefe15f1d1 102167 03-Jan-2004 jorton

* modules/loggers/config.m4: Add 'server' directory to include path if mod_log_forensic is enabled.

46ef178b8f55b794c65491b370974833ce9e621b 102141 01-Jan-2004 ben

Add forensic logging.

6ef97fe7e6734712d50467d8d8d4cc2faeee6aa5 98909 06-Mar-2003 nd

Let mod_logio be mostly included. Submitted by: Astrid Ke�ler

481c1206b6065a8f37ab75ca1fc26c947cb37852 97000 28-Sep-2002 ianh

New Module -- mod_logio. This adds the ability to log the bytes sent and received for each request Submitted by: Bojan Smojver <bojan@rexursive.com> Reviewed by: Justin & Ian

138c8f7cb8254e035c6f45288e3909cd9c21be5c 88189 16-Feb-2001 martin

Rename the module structures so that the exported symbol matches the file name, and it is easier to automate the installation process (generating LoadModule directives from the module filenames). Next step is to remove the 4th argument to the APACHE_MODULE macro completely and require people to use the matching names, and to reduce the LoadModule directive to 1 argument.... Objections?

809c98e396829d27f2d9efc0c27f7bb1294381bc 87247 07-Dec-2000 gstein

*) remove STANDARD_LIBS line; it is unused/unneeded *) simplify by removing the extra AC_DEFUN() in each file

b095ab1f1a0708c604aa661d916b5dc9317d624c 87187 04-Dec-2000 rbb

Get Apache to configure completely again. This still doesn't build, but now we are getting very close.

cc371c17a44e135d42be686cb175dde2672120c0 87186 04-Dec-2000 rbb

Get the modules configuration stuff working correctly. This just deals with STANDARD modules and Protocol, not MPMs.