======================================================================= Apache::LoadAvgLimit What this? * Apache::LoadAvgLimit returns HTTP status 503 if the system load-averages is over the limited value. It's useful to prevent your machine from freezing by high CPU load. Requirements * Apache web server + mod_perl environment * getloadavg() system call (or try GetAvg.pm.uptime instead) Note * I