perl scripts hang after migration to apache2.0.40

Carolyn Hicks carolyn at bannoy.net
Thu Jan 30 21:53:03 CST 2003


On Fri, Jan 31, 2003 at 02:05:33PM +1100, Kerry Seibold wrote:
> Hi All,
> I am setting up a new box to migrate my webserver to.
> Existing server is RH7.1 Apache 1.3.19: webserver works fine.
> New server (hostname webserver2): Have installed RH8 with Apache2.0.40.
...
> I am using perl5, apache mod-perl, cgi-lib.pl.

I believe migrating to Apache 2 means switching from mod_perl 1 to
mod_perl 2, which changes a lot of stuff. Have a read of this:

http://perl.apache.org/docs/2.0/user/compat/compat.html

Looks like including "use Apache::compat" in your scripts might help.

-carolyn




More information about the Melbourne-pm mailing list