Hi!
Is there any way to limit the execution time/child processes of an
CGI executed by apache?
I want apache to be able to run the following...
void main(void)
{
while (1) {
fork()
}
}
And after too much time of CPU usage and/or child processes, kill
'em all. :)
Any help available?
ps: /etc/limits with user www-data doesn't work.
-- p.