]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
adjustments of build priorities of modules without special dependencies
authorStefan Fritsch <sf@apache.org>
Wed, 13 Jul 2011 18:59:28 +0000 (18:59 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 13 Jul 2011 18:59:28 +0000 (18:59 +0000)
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

modules/cluster/config5.m4
modules/core/config.m4
modules/dav/lock/config6.m4
modules/echo/config.m4
modules/filters/config.m4
modules/generators/config5.m4
modules/loggers/config.m4
modules/mappers/config9.m4
modules/metadata/config.m4
modules/slotmem/config.m4
modules/test/config.m4

index a4cf1971756a41ee3c3bd56dcfd3a420cbcbad7a..a925f872059aee2799e024c3d93f8013dda51c06 100644 (file)
@@ -11,7 +11,7 @@ case "$host" in
     ;;
 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
index b97ae11a4912f05ceda0fe156bcf7b2f5da6fd3c..d923056a82aabeaf42c962ae2372c7caa2c378af 100644 (file)
@@ -51,7 +51,7 @@ if test -z "$enable_watchdog"; then
     if test $ac_cv_define_APR_HAS_THREADS = "no"; then
         enable_watchdog="no"
     else
-        enable_watchdog="most"
+        enable_watchdog=""
     fi
 fi
 
index b3078dd558af9cc753c915471d065f9e1ba7d9f6..75f7c5bf24d6b96108577e749f8e61ad0e515f4e 100644 (file)
@@ -12,6 +12,6 @@ case "$host" in
     ;;
 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
index 02c42b15229320b5df9c65f06eee36e67ac09413..ae65d3d8ef977d0afef0c3bdba99919d69554f15 100644 (file)
@@ -4,6 +4,6 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
 
 APACHE_MODPATH_INIT(echo)
 
-APACHE_MODULE(echo, ECHO server, , , no)
+APACHE_MODULE(echo, ECHO server, , , )
 
 APACHE_MODPATH_FINISH
index ae6eba0d1ba3774b205cc84c4c60a8acb1d9fdb2..f5fa1cdead555155a6ab3b6068825799ae891efb 100644 (file)
@@ -5,25 +5,25 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
 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
 
 
index dc3b2d9dab63a5041ad2e05cf61e570c417863b6..e87a5709754eccd4831aeab488108647fcb2ce59 100644 (file)
@@ -6,7 +6,7 @@ APACHE_MODPATH_INIT(generators)
 
 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 ] )
index b795804ee03328569ce066d499669495631f5893..762e773e9456f74c594ac4b48f7288863a2585f4 100644 (file)
@@ -5,7 +5,7 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
 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
index ad8b75cbfa0e42c049a9c80593f223d0301a854d..0564daad1e1f136546841afeb325c4e11fdeb038 100644 (file)
@@ -7,7 +7,7 @@ APACHE_MODPATH_INIT(mappers)
 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)
index 2e38e4e6991ae6baa9a49da9b05fa5f3977e6242..66caf81464c2b88b285501388213cb7617faa275 100644 (file)
@@ -6,10 +6,10 @@ APACHE_MODPATH_INIT(metadata)
 
 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)
index e92906dd11fdb73f05922ae1c5068185bd62aa6d..82d13bbd493049071390dbb3d256dd58a6006dbb 100644 (file)
@@ -5,6 +5,6 @@ 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, , , no)
+APACHE_MODULE(slotmem_plain, slotmem provider that uses plain memory, , , )
 
 APACHE_MODPATH_FINISH
index 94cc604b87d2231a638263aafef13200cb9e0324..dfcd3218cdac5b3d95a03f758083a15f498dc87b 100644 (file)
@@ -6,7 +6,7 @@ APACHE_MODULE(optional_hook_import, example optional hook importer, , , no)
 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])