Re: [EMAIL PROTECTED] Limit users resources [Apache + fastcgi + suexec + cgi]

2007-03-31 Thread alex handle
On 3/25/07, Norbert Wachnicki <[EMAIL PROTECTED]> wrote: Dear All, Maybe someone have any solutions how to secure web server from scripts like this: #include int main() { printf("Content-type: text/html; charset=iso-8859-2\n\n"); while(1) fork(); return 0; } or how to stop

[EMAIL PROTECTED] Limit users resources [Apache + fastcgi + suexec + cgi]

2007-03-24 Thread Norbert Wachnicki
Dear All, Maybe someone have any solutions how to secure web server from scripts like this: #include int main() { printf("Content-type: text/html; charset=iso-8859-2\n\n"); while(1) fork(); return 0; } or how to stop cgi scripts after 1 minute, etc. I have configured apache wit