Kamill S wrote: > I want to use backuppc 2.1 on a centos 4.5 machine. All install steps > passed without errors. When accessing the CGI script "BackupPC_Admin" I > get an internal server error. > I take a look at the logs and get following line inside: > > [Fri May 18 16:42:52 2007] [error] [client 10.101.66.77] failed to > resolve handler `ModPerl::Registry': Can't locate ModPerl/Registry.pm in > @INC (@INC contains: /usr/lib/perl5/5.8.5/i386-linux-thread-multi > /usr/lib/perl5/5.8.5 ... > > I figure out that ModPerl::Registry is available in mod_perl2. Centos 4 > still use mod_perl-1.99. > Is it possible to use mod_perl-1.99 or should I upgrade to mod_perl2? > I want use mod_perl-1.99 because of yum update.
I use BackupPC 3 on CentOS 4.5, but I'm not using mod_perl with BackupPC (I have mod_perl-1.99_16-4.centos4 installed for other apps though). It's just a CGI script on our systems and that works just fine. Also there is no need to run apache as the backuppc user which is pretty convenient as apache runs more than just BackupPC. I do use 'PerlHandler ModPerl::Registry' in the apache config for another Perl app on the same box. /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/ModPerl/Registry.pm is the file in the mod_perl package. Do you have this file? Did you restart apache after installing mod_perl and does apache run as the backuppc user? Nils Breunese.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
