On 26/03/10 16:23, Les Mikesell wrote: > On 3/26/2010 10:31 AM, John BORIS wrote: > >> >> John J. Boris, Sr. >> JEN-A-SyS Administrator >> Archdiocese of Philadelphia >> "Remember! That light at the end of the tunnel >> Just might be the headlight of an oncoming train!" >> >> >>>>> Josh Malone<[email protected]> 3/26/2010 11:15 AM>>> >>>>> >> >>> Is the backuppc process running? >>> >> Yes >> >> backuppc 6534 1 0 09:59 ? 00:00:00 /usr/bin/perl >> /usr/local/BackupPC/bin/BackupPC -d >> backuppc 6536 6534 0 09:59 ? 00:00:00 /usr/bin/perl >> /usr/local/BackupPC/bin/BackupPC_trashClean >> backuppc 7058 7056 0 10:09 ? 00:00:00 /usr/sbin/httpd >> >> >>> Are you using suexec? >>> >> Yes >> >>> If this is a dedicated backuppc server (like mine) >>> just change the apache user to 'backuppc'. I'm running on RHEL5.4 >>> >> using the >> >>> standard tarball with no issues, but with apache running as backuppc. >>> >> Yes >> Here is the BackupPC.conf >> <Directory /usr/local/BackupPC> >> order deny,allow >> deny from all >> allow from 127.0.0.1 >> AuthType Basic >> AuthUserFile /etc/BackupPC/BackupPC.users >> AuthName "BackupPC Community Edition Administrative Interface" >> require valid-user >> </Directory> >> >> Alias /BackupPC /usr/local/BackupPC/bin >> ScriptAlias /BackupPC_Admin /BackupPC_Admin >> > Shouldn't the target of the ScriptAlias be the full path to the > BackupPC_Admin program? > > The easy way on RHEL/Centos is to enable the epel yum repository and > "yum install BackupPC" > But be aware that it will put things in different locations. > > Try disabling SELinux if it's enabled.
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
