I use movable type 5 for my CMS and I generate my pages dynamically.
the particular file that is causing the overload while generating the page is perl-dynamic.cgi
Is there any way to contain the load for this file only?
I know you can set in httpd.conf
RLimitCPU 20
RLimitNPROC 10
but this will apply to all the files and I don’t want that. Sorry I am not server expert. If there is any other way to not overload the server with CGI files I would like to know.
You can limit directives to specific files using
<Files>(as per the Apache manual).