derby has asked for the wisdom of the Perl Monks concerning the following question:
In a nutshell, I have a collection of web applications that are either vanilla cgi or mod_perl. Ideally, I would like to move towards a pure mod_perl implementation but that's simply not practical.
I've handled this in the past by setting up the core modules and then deriving (or wrapping) into ::Apache and ::Cgi modules. I'd like to get rid of that namespace distinction and use just the core modules (with the crusty bits hidden behind $ENV{MOD_PERL} checks).
Doing a search for some examples of this approach is a bit dodgy -- if anyone can provide links to cgi and mod_perl living together, I would appreciate it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl and cgi detente
by perrin (Chancellor) on Mar 26, 2007 at 20:36 UTC | |
|
Re: mod_perl and cgi detente
by Joost (Canon) on Mar 26, 2007 at 19:34 UTC | |
by derby (Abbot) on Mar 26, 2007 at 19:48 UTC | |
by rhesa (Vicar) on Mar 26, 2007 at 20:32 UTC | |
|
Re: mod_perl and cgi detente
by Khen1950fx (Canon) on Mar 26, 2007 at 19:55 UTC | |
|
Re: mod_perl and cgi detente
by randyk (Parson) on Mar 26, 2007 at 20:41 UTC | |
|
Re: mod_perl and cgi detente
by philcrow (Priest) on Mar 26, 2007 at 20:26 UTC | |
|
Re: mod_perl and cgi detente
by cbrandtbuffalo (Deacon) on Mar 26, 2007 at 20:13 UTC |