Help for this page

Select Code to Download


  1. or download this
    <Directory /path/to/mp>
        SetHandler           perl-script
        PerlAccessHandler    APP::Phase::Authen
        PerlResponseHandler  APP::Page ModPerl::Registry
        Options              ExecCGI
    </Directory>
    
  2. or download this
    sub handler ($$) {
        my ($class, $r) = @_;
        my $next = tied *STDOUT || return SERVER_ERROR;
    ...
            });
        OK; 
    }