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

2
qse/configure vendored
View File

@ -17560,7 +17560,7 @@ _ACEOF
fi
done
for ac_func in sysconf prctl fdopendir
for ac_func in sysconf prctl fdopendir setrlimit getrlimit
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"