History log of /httpd/modules/http/config.m4
Revision Date Author Comments Expand
d5612bd28e194390b2c74fcf712d564b0e002684 1032002 06-Nov-2010 sf

Fix hook sorting for the pre_config hook. Move modules/http/config2.m4 back to modules/http/config.m4, since this was only done as work-around in r88887 for the broken hook-sorting.

5f672cd2f9645b01f9d71f9e31e5ceb0cd571b35 88881 18-Apr-2001 rbb

Move the keepalives field out of the conn_rec and into an HTTP specific connection record. This also moves some HTTP specific back out of the core and into the HTTP module.

141b1a93f508248cbc0e9a124cc38041eb3e2562 88449 04-Mar-2001 rbb

Move more code from the http module into the core server. This is core code, basically the default handler, the default input and output filters, and all of the core configuration directives. All of this code is required in order for the server to work, with or without HTTP. The server is closer to working without the HTTP module, although there is still more to do. I tried to fix Windows, but somebody should probably make sure I did it correctly.

9635d7ffbd8ca441f85051f9a3adba17142d0b20 88318 25-Feb-2001 rbb

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.

fcc25eda7b150e226d3c1cdaea66a943d3fdee4e 87863 27-Jan-2001 rbb

filters can now report an HTTP error to the server. This is done by sending a brigade where the first bucket is an error_bucket. This bucket is a simple bucket that stores an HTTP error and a string. Currently the string is not used, but it may be needed to output an error log. The http_header_filter will find this bucket, and output the error text, and then return AP_FILTER_ERROR, which informs the server that the error web page has already been sent.

faf1b38cf557a21a65ee781f02e5be8111d0b8e8 87196 05-Dec-2000 rbb

Add a couple of files that I missed earlier today.