Commit 3a988111 authored by Ken Coar's avatar Ken Coar
Browse files

	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.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89205 13f79535-47bb-0310-9956-ffa450edef68
parent ce5bd91d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ APACHE_MODPATH_INIT(experimental)
APACHE_MODULE(charset_lite, character set translation, , , no)
APACHE_MODULE(cache, dynamic file caching, , , no)
APACHE_MODULE(disk_cache, disk caching module, , , no)
APACHE_MODULE(example, example and demo module, , , no)
APACHE_MODULE(ext_filter, external filter module, , , no)
APACHE_MODULE(case_filter, example uppercase conversion filter, , , no)
APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no)
+358 −192

File changed.

Preview size limit exceeded, changes collapsed.