Bug#308503: Workaround, more info

2005-05-13 Thread Thom May
* Eric Schwartz ([EMAIL PROTECTED]) wrote : > The problem is that many other modules assume that you can still load > Apache2; they all need to be updated as well, or else the older > version of libapache2-mod-perl2 needs to be re-uploaded with an > epoch. I don't like that idea much, but I don't

Bug#308503: Workaround, more info

2005-05-13 Thread Eric Schwartz
The new version removes Apache2.pm so that you will 'use Apache2::RequestRec' instead of 'use Apache2; use Apache::RequestRec;', and so on. So, depending on your setup, it may be possible to delete /etc/apache2/mods-enabled/perl.conf, and change all your code to use Apache2::foo. The problem is t