]> granicus.if.org Git - apache/commitdiff
Add a couple of files that I missed earlier today.
authorRyan Bloom <rbb@apache.org>
Tue, 5 Dec 2000 03:51:41 +0000 (03:51 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 5 Dec 2000 03:51:41 +0000 (03:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87196 13f79535-47bb-0310-9956-ffa450edef68

modules/http/Makefile.in [new file with mode: 0644]
modules/http/config.m4 [new file with mode: 0644]

diff --git a/modules/http/Makefile.in b/modules/http/Makefile.in
new file mode 100644 (file)
index 0000000..167b343
--- /dev/null
@@ -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 (file)
index 0000000..4a5c9b0
--- /dev/null
@@ -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