diff options
author | Ryan Bloom <rbb@apache.org> | 2000-12-05 04:51:41 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-12-05 04:51:41 +0100 |
commit | b2d2ce84b27ef0f6af23f7b32cdb47631ea85325 (patch) | |
tree | 90601c510d95a673ebdd5ee2093ad7216f5e47a3 /modules/http | |
parent | Ignore all the files that are generated during a build (diff) | |
download | apache2-b2d2ce84b27ef0f6af23f7b32cdb47631ea85325.tar.xz apache2-b2d2ce84b27ef0f6af23f7b32cdb47631ea85325.zip |
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
Diffstat (limited to 'modules/http')
-rw-r--r-- | modules/http/Makefile.in | 3 | ||||
-rw-r--r-- | modules/http/config.m4 | 11 |
2 files changed, 14 insertions, 0 deletions
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 |