;;
esac
-APACHE_MODULE(heartbeat, Generates Heartbeats, $heartbeat_objects, , most)
-APACHE_MODULE(heartmonitor, Collects Heartbeats, , , most)
+APACHE_MODULE(heartbeat, Generates Heartbeats, $heartbeat_objects, , )
+APACHE_MODULE(heartmonitor, Collects Heartbeats, , , )
APACHE_MODPATH_FINISH
if test $ac_cv_define_APR_HAS_THREADS = "no"; then
enable_watchdog="no"
else
- enable_watchdog="most"
+ enable_watchdog=""
fi
fi
;;
esac
-APACHE_MODULE(dav_lock, DAV provider for generic locking - requires --enable-dav, $dav_lock_objects, , no)
+APACHE_MODULE(dav_lock, DAV provider for generic locking - requires --enable-dav, $dav_lock_objects, , )
APACHE_MODPATH_FINISH
APACHE_MODPATH_INIT(echo)
-APACHE_MODULE(echo, ECHO server, , , no)
+APACHE_MODULE(echo, ECHO server, , , )
APACHE_MODPATH_FINISH
APACHE_MODPATH_INIT(filters)
APACHE_MODULE(buffer, Filter Buffering, , , yes)
-APACHE_MODULE(data, RFC2397 data encoder, , , yes)
+APACHE_MODULE(data, RFC2397 data encoder, , , )
APACHE_MODULE(ratelimit, Output Bandwidth Limiting, , , yes)
APACHE_MODULE(reqtimeout, Limit time waiting for request from client, , , yes)
APACHE_MODULE(ext_filter, external filter module, , , most)
APACHE_MODULE(request, Request Body Filtering, , , yes)
APACHE_MODULE(include, Server Side Includes, , , yes)
APACHE_MODULE(filter, Smart Filtering, , , yes)
-APACHE_MODULE(reflector, Reflect request through the output filter stack, , , yes)
+APACHE_MODULE(reflector, Reflect request through the output filter stack, , , )
APACHE_MODULE(substitute, response content rewrite-like filtering, , , most)
sed_obj="mod_sed.lo sed0.lo sed1.lo regexp.lo"
-APACHE_MODULE(sed, filter request and/or response bodies through sed, $sed_obj)
+APACHE_MODULE(sed, filter request and/or response bodies through sed, $sed_obj, , most)
if test "$ac_cv_ebcdic" = "yes"; then
# mod_charset_lite can be very useful on an ebcdic system,
# so include it by default
APACHE_MODULE(charset_lite, character set translation. Enabled by default only on EBCDIC systems., , , yes)
else
- APACHE_MODULE(charset_lite, character set translation. Enabled by default only on EBCDIC systems., , , no)
+ APACHE_MODULE(charset_lite, character set translation. Enabled by default only on EBCDIC systems., , , )
fi
APACHE_MODULE(status, process/thread monitoring, , , yes)
APACHE_MODULE(autoindex, directory listing, , , yes)
-APACHE_MODULE(asis, as-is filetypes, , , yes)
+APACHE_MODULE(asis, as-is filetypes, , , )
APACHE_MODULE(info, server information, , , most)
APACHE_MODULE(suexec, set uid and gid for spawned processes, , , no, [
other_targets=suexec ] )
APACHE_MODPATH_INIT(loggers)
APACHE_MODULE(log_config, logging configuration. You won't be able to log requests to the server without this module., , , yes)
-APACHE_MODULE(log_debug, configurable debug logging, , , no)
+APACHE_MODULE(log_debug, configurable debug logging, , , most)
APACHE_MODULE(log_forensic, forensic logging)
if test "x$enable_log_forensic" != "xno"; then
APACHE_MODULE(vhost_alias, mass virtual hosting module, , , most)
APACHE_MODULE(negotiation, content negotiation, , , yes)
APACHE_MODULE(dir, directory request handling, , , yes)
-APACHE_MODULE(imagemap, server-side imagemaps, , , most)
+APACHE_MODULE(imagemap, server-side imagemaps, , , no)
APACHE_MODULE(actions, Action triggering on requests, , , yes)
APACHE_MODULE(speling, correct common URL misspellings, , , most)
APACHE_MODULE(userdir, mapping of requests to user-specific directories, , , yes)
APACHE_MODULE(env, clearing/setting of ENV vars, , , yes)
APACHE_MODULE(mime_magic, automagically determining MIME type)
-APACHE_MODULE(cern_meta, CERN-type meta files)
+APACHE_MODULE(cern_meta, CERN-type meta files, , , no)
APACHE_MODULE(expires, Expires header control, , , most)
APACHE_MODULE(headers, HTTP header control, , , most)
-APACHE_MODULE(ident, RFC 1413 identity check, , , most)
+APACHE_MODULE(ident, RFC 1413 identity check, , , no)
APACHE_MODULE(usertrack, user-session tracking, , , , [
AC_CHECK_HEADERS(sys/times.h)
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, , , no)
+APACHE_MODULE(slotmem_plain, slotmem provider that uses plain memory, , , )
APACHE_MODPATH_FINISH
APACHE_MODULE(optional_fn_import, example optional function importer, , , no)
APACHE_MODULE(optional_fn_export, example optional function exporter, , , no)
-APACHE_MODULE(dialup, rate limits static files to dialup modem speeds, , , no)
+APACHE_MODULE(dialup, rate limits static files to dialup modem speeds, , , )
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])