How to kill -9 those nasty httpds?!

Due to some configuration issues, I cannot run Apache with RLimitCPU. Now question:

How to kill -9 only those httpd processes that run longer than for 3 minutes? Maybe a script to run via cron job every 3 minutes and kill such processes?

 

 

 

 

Top