This module allows you to kill off Apache
processes if they grow too large or if
they share too little of their memory. It's similar
to Apache::GTopLimit.
This module allows you to kill off Apache
processes if they grow too large or if
they share too little of their memory. It's similar
to Apache::SizeLimit.
Available from CPAN. See the module manpage for more information.
B.3.5. Apache::TimedRedirect—Redirect URLs for a Given Time Period
Apache::TimedRedirect is a mod_perl
TransHandlermodule that allows the configuration of a
timed redirect. In other words, if a user enters a web site and the
URI matches a regex and it is within a certain
time period she will be redirected somewhere else.
This was first created to politely redirect
visitors away from database-driven sections of a web site while the
databases were being refreshed.
Available from CPAN. See the module manpage for more information.
B.3.6. Apache::Resource—Limit Resources Used by httpd Children
Apache::Resource uses the
BSD::Resource module, which
uses the C function setrlimit(
) to set limits on system resources such as memory and CPU
usage.