d2e1ba77b5
- add pkg-message - remove install message from Makefile - remove apache13 fix - add sample module config file instead using apxs to install the LoadModule lines into httpd.conf - install module file into APACHEETCDIR/modules.d Special Thanks to Simon Wright for testing the port!
6 lines
234 B
Text
6 lines
234 B
Text
@sample %%APACHEETCDIR%%/modules.d/%%APMODCFG%%
|
|
%%APACHEMODDIR%%/%%AP_MODULE%%
|
|
%%APACHEMODDIR%%/mod_log_sql_mysql.so
|
|
%%APACHEMODDIR%%/mod_log_sql_logio.so
|
|
%%APACHEMODDIR%%/mod_log_sql_ssl.so
|
|
%%DBI%%%%APACHEMODDIR%%/mod_log_sql_dbi.so
|