History log of /httpd/modules/experimental/config.m4
Revision Date Author Comments Expand
113681753e48e3027f912b290b316efdbcd768f9 598669 27-Nov-2007 rpluem

* mod_substitute is now below filters and no longer in experimental.

70c233f481e297e0e07fb987072bc6d16dbf95e5 596093 18-Nov-2007 sctemme

* Move the Example modules to the newly created examples subdirectory * Hopefully correctly fudge the NWGNU make files * Add mod_example_ipc (without NWGNU stuff or dsp)

88708383f7de95ca5f619036150d938e42776bb5 569533 24-Aug-2007 wrowe

Bless the module mod_substitute, with the Substitute directive and SUBSTITUTE filter name.

69ef2511258ca1332b393aeeefc5a3190e813b43 569204 24-Aug-2007 wrowe

SEDFILTER has several anomolies; first, it's not SED syntax, but more mod-rewrite like (and using the rewrite pcre parser). Secondly, 'FILTER' in the filter name is redundant. Simplify, by renaming this 'REWRITE' filter.

df62c7b276bb7e2399e641bf38669c9012e7540c 520075 19-Mar-2007 jim

Update build system to know about sedfilter

f3ee2858fb0bd7b3b710fbd3a035871474c86d80 290700 21-Sep-2005 jorton

* modules/experimental/config.m4: Don't duplicate the mod_dbd APACHE_MODULE expansion and remove the commented-out stuff.

7bffd59eadbb9e58f17fd29655fce6509fc1bb36 290669 21-Sep-2005 niq

Move mod_filter and mod_charset_lite from /experimental/ to /filters/

0a44bb1ff02dc8d3623e919c6d59f151bdd92ea0 279940 10-Sep-2005 ianh

Fix config file for mod_dbd Submitted: Brian J. France <list firehawksystems.com>

74def8815c725f8128a4e76ab1f5704df80b024a 106737 27-Nov-2004 jerenkrantz

At long last, promote mod_cache and friends out of experimental/. Also, take quick pass through docs files to remove experimental label for them. Reviewed by: Paul Querna, Bill Stoddard, Justin Erenkrantz

/httpd/CHANGES /httpd/STATUS /httpd/docs/manual/mod/mod_cache.xml /httpd/docs/manual/mod/mod_disk_cache.xml /httpd/docs/manual/mod/mod_mem_cache.xml /httpd/modules/cache/NWGNUdsk_cach /httpd/modules/cache/NWGNUmem_cach /httpd/modules/cache/NWGNUmod_cach /httpd/modules/cache/cache_cache.c /httpd/modules/cache/cache_cache.h /httpd/modules/cache/cache_hash.c /httpd/modules/cache/cache_hash.h /httpd/modules/cache/cache_pqueue.c /httpd/modules/cache/cache_pqueue.h /httpd/modules/cache/cache_storage.c /httpd/modules/cache/cache_util.c /httpd/modules/cache/config.m4 /httpd/modules/cache/mod_cache.c /httpd/modules/cache/mod_cache.dsp /httpd/modules/cache/mod_cache.h /httpd/modules/cache/mod_cache.imp /httpd/modules/cache/mod_disk_cache.c /httpd/modules/cache/mod_disk_cache.dsp /httpd/modules/cache/mod_mem_cache.c /httpd/modules/cache/mod_mem_cache.dsp config.m4
03b6c09e618c620bb5573f9b8ba4ec6bfe00fc62 105474 16-Oct-2004 nd

add mod_filter to the configure parameters

29a1d309997f77948d353f8398cc1cd0af6580cb 104724 19-Aug-2004 bnicholes

mod_auth_ldap and util_ldap no longer build from the experimental directory

04b539ea0be767b14b75ea657ac446c1ab2a9416 97596 22-Nov-2002 minfrin

Reorder the definitions for mod_ldap and mod_auth_ldap within config.m4 to make sure the parent mod_ldap is defined first. This ensures that mod_ldap comes before mod_auth_ldap in the httpd.conf file, which is necessary for mod_auth_ldap to load. PR: Obtained from: Submitted by: Reviewed by:

928236251d343efb49b9d04019e76900368237e6 97528 14-Nov-2002 trawick

remove mod_ext_filter from experimental

4f0824743748861bc7abe443a5c8daaf47a0330c 96595 30-Aug-2002 trawick

update README.ldap and config.m4 to reflect new location of httpd ldap code

5117466ef123b1efbc2feba168f37069ef6f230b 95551 06-Jun-2002 ianh

implement a fixed size cache in mod_mem_cache using a priority queue PR: Obtained from: Submitted by: Reviewed by:

ec1719a5748717f67dcd279bb64bd0da424ae450 94979 07-May-2002 jerenkrantz

Move mod_deflate from experimental to filters to represent our belief in its stability.

fe01b36017b7bb85d54dd21d2eb4d42bc7f38f35 94934 06-May-2002 jwoolley

mod_mem_cache needs cache_hash.lo in order to link properly

525508562a53864b78cf8da91ac13be9c072bba7 92743 06-Jan-2002 jerenkrantz

Fix a typo in mod_deflate's m4 config section. Submitted by: albert chin (china@thewrittenword.com) Reviewed by: Justin Erenkrantz

3c6ce567ca6c1a3e39f37a584b42d434b2bec9f4 92469 14-Dec-2001 trawick

include directories should be added to INCLUDES, not CPPFLAGS (like it was origintally)... since AC_TRY_LINK() references CPPFLAGS but not INCLUDES, we'll add the zlib include directory to CPPFLAGS *temporarily*

ad6cd9e84c53cb01f1e619c7d7c6798bd3212dfe 92400 09-Dec-2001 trawick

Add -I for the zlib include dir to the right flag variable

9d59352796712241cec41f2a0599f03ece3daa1d 92187 26-Nov-2001 gregames

include mod_charset_lite by default on an ebcdic system

0cdca1e056a05a09fe16fe736abcf79969c9767e 92108 21-Nov-2001 jerenkrantz

Add mod_deflate (formerly known as mod_gz) to experimental. mod_deflate supports gzip transfer-encoding as an output filter. Initially coded by Ian, but Justin made a number of improvements to the coding style and its use of filters. We have 7 binding +1s and no vetos in STATUS for addition.

d63a6cb87995aa118dd47256c2356a874ba9e4ac 91331 06-Oct-2001 wrowe

Some other modules here are argueably tests ... but these are nothing but tests. No end user would ever be interested in 'experimenting' with them :)

a443c18968d2131512fae95571da3cc0fda78143 90634 24-Aug-2001 trawick

mod_mem_cache allow it to be enabled don't segfault if we don't have/need a lock clear up several compile warnings

32a3f053f29da8e3d7b19b958391009dc6dc2393 90576 23-Aug-2001 trawick

at least try to compile all the parts of mod_cache when it is requested

f15c50778d41d4476fe173fa35f8b8bd7a32035b 89205 22-May-2001 coar

Checkpoint my mod_example work. It does not work correctly yet, and certainly should not be used until it does, but at least it compiles (with a couple of warnings). I am adding examples of all the missing hooks to it; this is definitely a work in progress right now.

444ec410178c7b280daf0e9d713f646284411b07 89176 20-May-2001 ben

Long overdue name change from "generic hook" to "optional hook".

3847a70b041ca135d19ccc5d668c6277c3834ca6 89038 06-May-2001 ben

Add a demo input filter.

ed47c457df369b43e1739d4c5cccda6a7959545a 88429 02-Mar-2001 trawick

Back out an unintended commit from a minute ago. Ouch!

24703f33a2517cae9e826f857243933d3351bf41 88428 02-Mar-2001 trawick

Use the proper enum for the block/non-block parameter to apr_bucket_read(). A couple of these changed in meaning (e.g., 1->APR_BLOCK_READ). PR: 6980

4783bc116b4dc37deadcc0b68ce3d3eeb6a7464a 87868 27-Jan-2001 ben

Add support for type-safe optional functions.

b7a0ad483b54711addc5f43f679189619a23c749 87568 02-Jan-2001 ben

Generic hooks (and a demo content filter module).

3206ee4f674af87563b770381b616fc7e7ca0974 87287 11-Dec-2000 trawick

config.m4: support mod_ext_filter (I'd been using --with-module until the recent build changes) mod_ext_filter.c: get rid of a warning

875387a8d66a221b88c2332df7e67900ddb28735 87165 03-Dec-2000 rbb

Remove mod_mmap_static. This has been replaced by mod_file_cache, and there is no reason to keep this duplicate code

d6e2e5fa46e8caf35e801c1ec7814ff9ac94c785 86995 17-Nov-2000 rbb

First pass at a set of caching filters and handlers. This implements a working disk cache. There are a lot of improvements to be made to this, but this is a pretty good start to a dynamic cache.

bd9e2c75ad98a9ca6b1d48562a50671e7f181887 85784 07-Jul-2000 gstein

add a bit of framework so that experimental modules can be built a bit more easily.