is there any way to limit the number of children per vhost/ uid / gid  ?

i thought about limiting it in suexec by:

reading login.conf (maxproc)
reading current nproc for uid after setuid/setgid
if nproc > maxproc then die..
but i think.. this is not good way achieve limit efect :)

any suggest ?

mod_fcgid spawn the process ,suexec just setuid/gid maybe good way is to 
limit it in mod_fcgid before spawn
by reading vhost directive suexec uid/gid login/group

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to