History log of /httpd/modules/metadata/config.m4
Revision Date Author Comments Expand
306e22b1e932824368f6d9df002f72fb00e70ecd 1201111 12-Nov-2011 rjung

Change module sets and default activation status: 1) Promoted from "most" to "few" - mod_headers 2) Demoted from "yes" to "most" - mod_actions - mod_allowmethods - mod_auth_form - mod_buffer - mod_cgi(d) - mod_include - mod_negotiation - mod_ratelimit - mod_request - mod_userdir Remember: default module set is "most", but only the LoadModule lines of all modules except "yes" are commented out by default. The following modules will now be loaded by default: - mod_access_compat - mod_alias - mod_auth_basic - mod_authn_core - mod_authn_file - mod_authz_core - mod_authz_groupfile - mod_authz_host - mod_authz_user - mod_autoindex - mod_dir - mod_env - mod_filter - mod_headers - mod_log_config - mod_mime - mod_mpm_event - mod_reqtimeout - mod_setenvif - mod_status - mod_unixd - mod_version

a93e781d9c03749f57328077b8350b09c40ce737 1146227 13-Jul-2011 sf

adjustments of build priorities of modules without special dependencies 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

ee10c75587c325c3af1a4acefea41bde04554d06 833477 06-Nov-2009 sctemme

Remove mod_unique_id from the default build. Reviewed by: sctemme, niq, rpluem

88328f1b6dc66803c905a3fb857e04d97facc3d2 767786 23-Apr-2009 wrowe

Introduce mod_remoteip to trunk from httpd/sandbox/mod_remoteip

4d6fedaf178b95e91681a23b9b5ed1c89ea68750 743589 12-Feb-2009 fielding

mod_version needs to be compiled because the test framework requires it (and the feature doesn't make much sense if it crashes httpd on test).

a21b3b9d8ebb12fd51fa1d17e44d5644a35a9a5f 103345 11-Apr-2004 nd

nobody came up with another patch or objections and it should not get lost: add mod_version and invoke it into *x (modules = all) and win32 builds

1cf602c819224c8617b82c9319e834b98971a84d 102235 08-Jan-2004 jorton

Use -export-dynamic only when linking an httpd which includes mod_so, not when linking modules or support programs. * modules/aaa/config.m4, modules/arch/win32/config.m4, modules/cache/config.m4, modules/echo/config.m4, modules/filters/config.m4, modules/generators/config5.m4, modules/metadata/config.m4: Don't add -export-dynamic to LT_LDFLAGS. * modules/mappers/config9.m4: Add -export-dynamic to HTTPD_LDFLAGS when mod_so is enabled.

e520939be8c3cb1b685e3248fff701d447bdfc86 98320 18-Jan-2003 nd

move rfc1413 code to a new module "metadata:mod_ident". The rfc1413 code itself is mostly c&p, but can still bear some rework ... This patch removes the global ap_rfc1413 function and the ap_rfc1413_timeout variable. It also introduces a new config directive IdentityCheckTimeout (default 30 sec). Reviewed by: Justin Erenkrantz

80e9324586de2fa55e2da4df409e6a85885ea659 89094 12-May-2001 fielding

Fix httpd's definition of LTFLAGS to be consistent with that of apr and apr-util, allow it to be overridden by the configure command-line (default="--silent") and introduce LT_LDFLAGS to replace what we were formally abusing as LTFLAGS.

105475009f541187ba7a14a367547d9404c578be 88960 29-Apr-2001 fielding

Completely revamp configure so that it preserves the standard make variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving the configure additions to EXTRA_* variables. Also, allow the user to specify NOTEST_* values for all of the above, which eliminates the need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to avoid pointless duplications. Fix the order in which flags are given on the compile and link lines.

29a23e03be313e64622329be4ebf68abbb8282ae 88221 18-Feb-2001 gstein

Remove "no" from many APACHE_MODULE() invocations to allow them to be selected by --enable-modules=all Set some modules to "most" to allow --enable-modules=most

809c98e396829d27f2d9efc0c27f7bb1294381bc 87247 07-Dec-2000 gstein

*) remove STANDARD_LIBS line; it is unused/unneeded *) simplify by removing the extra AC_DEFUN() in each file

cc371c17a44e135d42be686cb175dde2672120c0 87186 04-Dec-2000 rbb

Get the modules configuration stuff working correctly. This just deals with STANDARD modules and Protocol, not MPMs.