https://issues.apache.org/bugzilla/show_bug.cgi?id=46814
Eric Covener <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Eric Covener <[email protected]> 2009-03-06 06:48:19 PST --- > RLimitNPROC 3 10 limit shoud show error 500 when user use 4 PHP scripts or 10 > other process. But Apache will show error 500 also, when user runs only on > process PHP, 1 connection FTP and 2 imap connection (at the same time). So, I > think that HARD limit is completly ignored - only SOFT limit works (but as > HARD). Apache doesn't implement rlimit, that's a feature of your operating system. The soft limit is the one that's in effect at all time. >From linux: | The soft limit is the value that the kernel enforces for | the corresponding resource. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
