mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
the file name, and it is easier to automate the installation process (generating LoadModule directives from the module filenames). Next step is to remove the 4th argument to the APACHE_MODULE macro completely and require people to use the matching names, and to reduce the LoadModule directive to 1 argument.... Objections? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88189 13f79535-47bb-0310-9956-ffa450edef68
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
dnl modules enabled in this directory by default
|
|
|
|
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
|
|
|
|
APACHE_MODPATH_INIT(loggers)
|
|
|
|
APACHE_MODULE(log_config, logging configuration, , , yes)
|
|
|
|
APACHE_MODPATH_FINISH
|