a0774bd73d
framework to store access logs in a database. Any missing tables and columns are automatically created if the module is given a database user with sufficient privileges. This module was designed for simplicity and therefore doesn't allow the nearly-inifinite customization of other logging modules. For example, column and table names are created automatically, which not only simplifies configuration but improves performance as well. WWW: http://bfoz.net/projects/mod_log_dbd/ -Brandon bfoz@bfoz.net PR: ports/108326 Submitted by: Brandon Fosdick <bfoz at bfoz.net>
4 lines
249 B
Text
4 lines
249 B
Text
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%%
|
|
%%APACHEMODDIR%%/%%AP_MODULE%%
|
|
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
|
|
@unexec echo "Don't forget to remove all mod_%%AP_NAME%% related directives in your httpd.conf"
|