mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
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!
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
@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
|