DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28473>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28473 RLimitCPU and RLimitMEM do not seem to work ------- Additional Comments From [EMAIL PROTECTED] 2004-04-21 16:41 ------- Sebastian Marsching from suPHP wrote the following on the mailing list: === This problem is caused by the fact, that the fork() is done by the Apache User, so that the RLimit does not really apply for the desired user, I guess. A solution might be using grsecurity and enabling the check-rlimit-on-execve feature, which will make the linux kernel to check for the limits not only on fork()s but also on execve() calls. === Maybe it helps you finding the problem, because I think it should be fixed ASAP ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
