Add the resource limiting code back to Apache 2.0. This only works on

Unix because I can't find any other platforms with rlimit.  If there are
other platforms that need this code, then some of the code needs to move.
This has just barely been tested, so it could probably use some good
testing.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-06-06 21:45:16 +00:00
parent 704abb198b
commit 3c8e0cb24f
10 changed files with 206 additions and 4 deletions

View File

@ -58,6 +58,7 @@
#include "httpd.h"
#include "mpm_default.h"
#include "unixd.h"
#ifndef APACHE_MPM_DEXTER_H
#define APACHE_MPM_DEXTER_H

View File

@ -56,6 +56,7 @@
* University of Illinois, Urbana-Champaign.
*/
#include "scoreboard.h"
#include "unixd.h"
#ifndef APACHE_MPM_MPMT_PTHREAD_H
#define APACHE_MPM_MPMT_PTHREAD_H

View File

@ -59,6 +59,7 @@
#include "httpd.h"
#include "mpm_default.h"
#include "scoreboard.h"
#include "unixd.h"
#ifndef APACHE_MPM_PREFORK_H
#define APACHE_MPM_PREFORK_H