Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

[RESOLVED] Migrating mod_perl app to mod_perl 2

by cLive ;-) (Prior)
on Oct 31, 2014 at 18:32 UTC ( [id://1105746]=perlquestion: print w/replies, xml ) Need Help??

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; 
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1105746]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-26 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found