mirror of
https://github.com/apache/httpd.git
synced 2025-07-23 01:08:51 +00:00

all -> most: - mod_sed reallyall -> most: - mod_log_debug reallyall -> all: - mod_dav_lock - mod_echo - mod_charset_lite - mod_slotmem_plain - mod_dialup few -> all: - mod_data - mod_reflector - mod_asis most -> all: - mod_heartbeat - mod_heartmonitor - mod_watchdog most -> reallyall: - mod_imagemap - mod_cern_meta - mod_ident See thread at http://mail-archives.apache.org/mod_mbox/httpd-dev/201107.mbox/%3C201107052321.56063.sf@sfritsch.de%3E git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1146227 13f79535-47bb-0310-9956-ffa450edef68
11 lines
339 B
Plaintext
11 lines
339 B
Plaintext
dnl modules enabled in this directory by default
|
|
|
|
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
|
|
|
|
APACHE_MODPATH_INIT(slotmem)
|
|
|
|
APACHE_MODULE(slotmem_shm, slotmem provider that uses shared memory, , , most)
|
|
APACHE_MODULE(slotmem_plain, slotmem provider that uses plain memory, , , )
|
|
|
|
APACHE_MODPATH_FINISH
|