- or download this
use Apache2::ServerRec ();
$timeout = $s->timeout();
- or download this
#!/opt/local/bin/perl
package MyApache2::Timeout;
...
return Apache2::Const::OK;
}
1;
- or download this
PerlModule MyApache2::Timeout
<Location /timeout>
SetHandler modperl
PerlResponseHandler MyApache2::Timeout
</Location>