Hello
I run php as suEXEC Daemon and really would like to limit users in number of processes.
So what I have
Process Soft Limit
		
			
		
		 
	
28
Process Hard Limit
		
			
		
		 30
	
30
Unfortunately, for some reason there is a user who managed to lunch
ps axufwww | grep 242258 | wc -l
80
like t his
242258 10867 1.3 0.0 536076 9872 ? RN 11:55 0:00 | \_ lsphp56:cal/home/some.user/some.site/index.php
how it is possible?
								I run php as suEXEC Daemon and really would like to limit users in number of processes.
So what I have
Process Soft Limit
 
	28
Process Hard Limit
 
	Unfortunately, for some reason there is a user who managed to lunch
ps axufwww | grep 242258 | wc -l
80
like t his
242258 10867 1.3 0.0 536076 9872 ? RN 11:55 0:00 | \_ lsphp56:cal/home/some.user/some.site/index.php
how it is possible?