added max-nofile and max-nproc to httpd

This commit is contained in:
2013-04-13 05:22:41 +00:00
parent 45b26152e3
commit d6208e893e
5 changed files with 56 additions and 2 deletions

View File

@ -173,6 +173,9 @@
/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS
/* Define to 1 if you have the `getrlimit' function. */
#undef HAVE_GETRLIMIT
/* Define to 1 if you have the `gettid' function. */
#undef HAVE_GETTID
@ -344,6 +347,9 @@
/* Define to 1 if you have the `setcontext' function. */
#undef HAVE_SETCONTEXT
/* Define to 1 if you have the `setrlimit' function. */
#undef HAVE_SETRLIMIT
/* Define if you have the shl_load function. */
#undef HAVE_SHL_LOAD