in reply to Re: mod-perl configuration under Apache2
in thread mod-perl configuration under Apache2

I don't quite follow the second paragraph. Should I be installing mod_perl instead of mod_perl2?
  • Comment on Re^2: mod-perl configuration under Apache2

Replies are listed 'Best First'.
Re^3: mod-perl configuration under Apache2
by asz (Pilgrim) on Mar 07, 2007 at 17:57 UTC

    no, mod_perl is for Apache 1.x and mod_perl2 is for Apache 2.x. they are architecturally different so mod_perl (version 1) won't work on Apache 2.

    on Ubuntu 6.10 you should have libapache2-mod-perl2 installed.

    :)))))