]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add a hook, create_request. This hook allows modules to modify
authorRyan Bloom <rbb@apache.org>
Sun, 18 Mar 2001 02:33:23 +0000 (02:33 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 18 Mar 2001 02:33:23 +0000 (02:33 +0000)
commit895b7b26ac71daf77e00451f0625cbd867f282dc
tree76885e290f325cc984761137a6f1a2b03f515d58
parent921c577c780bd04e154f53c2068db293ccaf1bb0
Add a hook, create_request.  This hook allows modules to modify
a request while it is being created.  This hook is called for all
request_rec's, main request, sub request, and internal redirect.
When this hook is called, the the r->main, r->prev, r->next
pointers have been set, so modules can determine what kind of
request this is.

Currently, this is only used by the core module, but protocol modules
are going to need to have the ability to affect the request while it is
being read.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88532 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_request.h
modules/http/http_request.c
server/core.c
server/protocol.c
server/request.c
support/dbmmanage [new file with mode: 0644]
support/log_server_status [new file with mode: 0644]
support/logresolve.pl [new file with mode: 0644]
support/phf_abuse_log.cgi [new file with mode: 0644]
support/split-logfile [new file with mode: 0644]