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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2004-04-21 18:42 -------
That's just plain wrong. The limits are process attributes and get inherited
(though they don't apply to the root user itself).

Anyway, I've just tried to reproduce it again, with and without suexec on a
2.4.26 vanilla kernel with perl and php CGI scripts like below -- it works like
a charm:

#!/usr/bin/php
<?
  $i = 0;
  while(1) { $i = $i + 1; }
?>

with a limit of
RLimit 4

in httpd.conf it stops right after 4 seconds (busy loop) with a 500.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to