> > +
> > + RLIMIT_CPU:
> > + RLIMIT_DATA:
> > + RLIMIT_VMEM:
> > + RLIMIT_NPROC:
> > + Use the getrlimit/setrlimit calls to adjust/set the rlimit values
> > + for the specified limits.
>
> These aren't really Apache defines. They're system defines. If you're
> going to add these, you much at well add:
>
> NULL: Location of the null pointer.
>
> and so forth and so on. It's not something that we set in conf.h, or
> something an autoconf would set.
>
However, HAVE_SYS_RESOURCE_H is something that needs to be set to
turn this on.
|