Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: upgrading Apache::AuthCookieDBI application to mod_perl2

by Khen1950fx (Canon)
on Aug 22, 2006 at 06:03 UTC ( [id://568777]=note: print w/replies, xml ) Need Help??


in reply to upgrading Apache::AuthCookieDBI application to mod_perl2

Based on my experience, there are 4 gotchas that need to be looked at. First, go through the httpd.conf and replace PerlModule Apache::SomeCoreModule with PerlModule Apache2::SomeCoreModule. This needs to be done for every directive. Second, the same thing has to be done with the mod_perl : Change  mod_perl to  mod_perl2. Third, has CGI been upgraded? Fourth, the one that I always seem to forget---you'll have to set the environmental variable for mod_perl:

$ENV{MOD_PERL_API_VERSION} to the version that you are using

Replies are listed 'Best First'.
Re^2: upgrading Apache::AuthCookieDBI application to mod_perl2
by geektron (Curate) on Aug 22, 2006 at 14:22 UTC
    Only the fourth gotcha is one about which I'm not sure. I'll look at it, and see how much further I can get. Thanks.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-24 03:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found