Hello,
I was able to successfully test LVE restrictions such as CPU limit and maxentryprocs with normal cgi processes. However with mod_fcgid, I am seeing that only CPU limit is being applied. maxentryprocs wasn taking effect.
I set the below configuration for mod_fcgid..
<cpu limit="25"></cpu>
<other maxentryprocs="2"></other>
Then I simultaneously ran 10 requests for php page, but it didnt deny any of the request as it crossed 2 procs limit. Testing same with normal CGI procs works.
Regards,
I was able to successfully test LVE restrictions such as CPU limit and maxentryprocs with normal cgi processes. However with mod_fcgid, I am seeing that only CPU limit is being applied. maxentryprocs wasn taking effect.
I set the below configuration for mod_fcgid..
<cpu limit="25"></cpu>
<other maxentryprocs="2"></other>
Then I simultaneously ran 10 requests for php page, but it didnt deny any of the request as it crossed 2 procs limit. Testing same with normal CGI procs works.
Regards,
Comment