Help for this page

Select Code to Download


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