--- ./server/mpm/prefork/prefork.c.xfsz 2004-02-26 23:32:21.000000000 +0300 +++ ./server/mpm/prefork/prefork.c 2006-03-31 11:13:49.178673942 +0400 @@ -73,7 +73,7 @@ * the overhead. */ #ifndef DEFAULT_SERVER_LIMIT -#define DEFAULT_SERVER_LIMIT 256 +#define DEFAULT_SERVER_LIMIT 2048 #endif /* Admin can't tune ServerLimit beyond MAX_SERVER_LIMIT. We want @@ -381,7 +381,7 @@ ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, "sigaction(SIGXCPU)"); #endif #ifdef SIGXFSZ - sa.sa_handler = SIG_DFL; + sa.sa_handler = SIG_IGN; if (sigaction(SIGXFSZ, &sa, NULL) < 0) ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, "sigaction(SIGXFSZ)"); #endif