On Tue, Oct 19, 1999 at 12:42:10AM +0200, Pere Camps wrote: > Hi! > > Is there any way to limit the execution time/child processes > of an CGI executed by apache?
Use the directives RLimitCPU, RLimitNPROC, RLimitMEM, etc in the apache config file. See the docs for details. Alternatively you could use the cgiwrap utility. Look at: http://wwwcgi.umr.edu/~cgiwrap/ -- Mojahed