Dear all,
I tried a long time to run BackupPC on RedHat Enterprise with
the webinterface but still its not working.
Checked mod_perl that one is running.
Running webserver as apache and backuppc as backuppc user
Use .htaccess file
I changed the httpd.conf
<Directory "/var/www/cgi-bin">
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
AllowOverride Authconfig
Options Indexes FollowSymLinks ExecCGI
Order allow,deny
Allow from all
</Directory>
I get an error in my error.log
[Tue Aug 24 16:18:02 2004] [error] 24463: ModPerl::Registry:
/var/www/cgi-bin/awstats.pl not found or unable to stat
[Tue Aug 24 16:18:10 2004] [error] 24464: ModPerl::Registry:
Can't locate BackupPC/Lib.pm in @INC (@INC contains: __INSTALLDIR__/lib /usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . /etc/httpd/ /etc/httpd/lib/perl)
at /var/www/cgi-bin/BackupPC_Admin line 52.!BEGIN failed--compilation aborted
at /var/www/cgi-bin/BackupPC_Admin line 52.!
Can anyone help me to setup the program under RH enterprise?
Andries