diff options
author | Roy T. Fielding <fielding@apache.org> | 1999-08-26 12:45:57 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 1999-08-26 12:45:57 +0200 |
commit | bab4dcb050b9ed5508cdf65ffa64cb68d9391647 (patch) | |
tree | 6e521c310948856ab9e890304abce2287264f775 /server/util_uri.c | |
parent | Replace file descriptor with APRFile [Dean] (diff) | |
download | apache2-bab4dcb050b9ed5508cdf65ffa64cb68d9391647.tar.xz apache2-bab4dcb050b9ed5508cdf65ffa64cb68d9391647.zip |
Rearchitect the mess in http_main.c, http_core.c and buff.c.
Basic restructuring to introduce the MPM concept; includes various
changes to the module API... better described by docs/initial_blurb.txt.
Created multiple process model (MPM) concept by ripping out the process
guts from http_main.c and http_core.c and moving them to separate files
under src/modules/mpm/
Moved socket creation stuff to listen.c.
Moved connection open, maintenance and close to http_connection.c.
I/O layering and BUFF revamp. Much of buff.c moved to ap_iol,
iol_socket, and iol_file. See docs/buff.txt.
Moved user and auth fields from connection_rec to request_rec.
Removed RLIMIT stuff, supposedly to be implemented later in mod_cgi.
Disabled suexec, supposedly to be reimplemented later.
Submitted by: Dean Gaudet
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util_uri.c')
-rw-r--r-- | server/util_uri.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/util_uri.c b/server/util_uri.c index 10eb5dc0d0..5d9a1e6f86 100644 --- a/server/util_uri.c +++ b/server/util_uri.c @@ -61,7 +61,6 @@ #include "httpd.h" #include "http_log.h" -#include "http_conf_globals.h" /* for user_id & group_id */ #include "util_uri.h" /* Some WWW schemes and their default ports; this is basically /etc/services */ |