summaryrefslogtreecommitdiffstats
path: root/modules/http/config.m4
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-25 05:24:17 +0100
committerRyan Bloom <rbb@apache.org>2001-02-25 05:24:17 +0100
commited157ba54741615ccd99a6ff2a033ff3740daed3 (patch)
tree892c9efb15bba94e61dc6c11102c48f8ce3736c7 /modules/http/config.m4
parent Refresh all .mak files should we choose to roll again shortly. (diff)
downloadapache2-ed157ba54741615ccd99a6ff2a033ff3740daed3.tar.xz
apache2-ed157ba54741615ccd99a6ff2a033ff3740daed3.zip
Move the error_bucket definition from the HTTP module to the core server.
Every protocol will need this definition, so it belongs in the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http/config.m4')
-rw-r--r--modules/http/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http/config.m4 b/modules/http/config.m4
index 6c646533c1..4a5c9b06e8 100644
--- a/modules/http/config.m4
+++ b/modules/http/config.m4
@@ -2,7 +2,7 @@ dnl modules enabled in this directory by default
APACHE_MODPATH_INIT(http)
-http_objects="http_core.lo http_protocol.lo http_request.lo error_bucket.lo"
+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)