993d1261a278d7322bccef219101220b7b4fb8c5 1541029 |
|
12-Nov-2013 |
jkaluza |
Add parse_errorlog_arg callback to ap_errorlog_provider to allow providers
to check the ErrorLog argument. Implement this check in mod_syslog. |
c62cc8593d17deefcd6879923ccfcd80f07eaa40 1527003 |
|
27-Sep-2013 |
trawick |
Error log providers need to be able to trigger a startup error from their
init() function. A NULL return code is the trigger. |
7cac5c72d80c4dc740e6ae7bae29d41ffdbd4b05 1525845 |
|
24-Sep-2013 |
jkaluza |
Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN. |
ac7ac5b79da100d59b176914c0d9448fadc03568 1525664 |
|
23-Sep-2013 |
trawick |
allow the provider to decide whether or not APLOG_NOTICE
messages should be logged |
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. |