ca882d3ff8
Add mod_log_config-st 1.0. mod_log_config-st is a patched version of mod_log_config by Sonke Tesch. It's fully backward-compatible and it adds logic to give other log writers a more detailed view of the data to be logged. WWW: http://bitbrook.de/software/mod_log_mysql/ Noticed by: roberto Pointy hat to: clement
9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
!!!! WARNING !!!!
|
|
mod_log_config and mod_log_config-st are conflicting.
|
|
|
|
In order to use correctly mod_log_config-st, you have to replace:
|
|
LoadModule log_config_module libexec/apache2/mod_log_config.so
|
|
by
|
|
LoadModule log_config_module libexec/apache2/mod_log_config-st.so
|
|
in your httpd.conf.
|