Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] WARNING: mod_perl-2.0.4
Date: Fri, 06 Jun 2008 19:52:16
Message-Id: 49bf44f10806061252g369a5224s7657ec207126e672@mail.gmail.com
1 I upgraded from mod_perl-2.0.3-r2 to 2.0.4, restarted apache2, and the
2 website broke. It turns out I needed to move
3 apache2-mod_perl-startup.pl from:
4
5 /etc/apache2/conf/modules.d
6
7 to:
8
9 /etc/apache2/modules.d
10
11 and use a newer version of the file that didn't use 'use Apache2 ();'
12 as well as a bunch of 'Apache::' stuff that should have been
13 'Apache2::'. It's confusing because I remember that API change was a
14 while ago and things have been running just fine with the 'Apache::'
15 stuff in the file until now.
16
17 Should I remove '/etc/apache2/conf/'? I still have some webalizer
18 stuff in there.
19
20 - Grant
21 --
22 gentoo-user@l.g.o mailing list