From: Ryan Bloom Date: Tue, 5 Dec 2000 03:51:41 +0000 (+0000) Subject: Add a couple of files that I missed earlier today. X-Git-Tag: APACHE_2_0_ALPHA_9~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2d2ce84b27ef0f6af23f7b32cdb47631ea85325;p=apache Add a couple of files that I missed earlier today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87196 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/Makefile.in b/modules/http/Makefile.in new file mode 100644 index 0000000000..167b343d0d --- /dev/null +++ b/modules/http/Makefile.in @@ -0,0 +1,3 @@ + +include $(top_srcdir)/build/special.mk + diff --git a/modules/http/config.m4 b/modules/http/config.m4 new file mode 100644 index 0000000000..4a5c9b06e8 --- /dev/null +++ b/modules/http/config.m4 @@ -0,0 +1,11 @@ +dnl modules enabled in this directory by default + +APACHE_MODPATH_INIT(http) + +http_objects="http_core.lo http_protocol.lo http_request.lo" + +APACHE_MODULE(core, HTTP protocol handling, $http_objects, , yes) +APACHE_MODULE(mime, mapping of file-extension to MIME, , , yes) + + +APACHE_MODPATH_FINISH