Re: Apache 1.3 -> 2.x portability

2008-11-14 Thread Michael Peters
Phil Carmody wrote: I'm currently running only Apache 1.3 (mod_perl 1.22) and am wondering what kinds of issues there might be if I were to want to migrate my server to Apache 2.x and mod_perl 2. Are there any things that I can do (or avoid) to make such a migration as close to trivial as poss

Re: Apache 1.3 -> 2.x portability

2008-11-14 Thread Adam Prime
Michael Peters wrote: Phil Carmody wrote: I'm currently running only Apache 1.3 (mod_perl 1.22) and am wondering what kinds of issues there might be if I were to want to migrate my server to Apache 2.x and mod_perl 2. Are there any things that I can do (or avoid) to make such a migration as cl

Re: Apache 1.3 -> 2.x portability

2008-11-14 Thread André Warnier
Michael Peters wrote: Phil Carmody wrote: I'm currently running only Apache 1.3 (mod_perl 1.22) and am wondering what kinds of issues there might be if I were to want to migrate my server to Apache 2.x and mod_perl 2. Are there any things that I can do (or avoid) to make such a migration as cl

Re: Apache 1.3 -> 2.x portability

2008-11-14 Thread Paul Paskvan
I am attempting to use Apache2::compat on a dedicated windows to get an old open source application, that does run under apache1/mod-perl1, running. Hopefully, I can easily port this application, or is it easier to give up? >>> Adam Prime <[EMAIL PROTECTED]> 11/14/2008 8:07 AM >>> Michael Peter

RE: Apache 1.3 -> 2.x portability

2008-11-18 Thread eric.berg
We have a bunch of registry/CGI tools that exec external apps, including Autosys CLI tools and CVS. The problem is that, whereas in 1.3 the environment was passed to the spawned process, in 2.0, that's not the case. We had to make use of Env::C and the Apache2::SubRequest mods to allow us to succ