BackupPC-users

Re: [BackupPC-users] Install issues BackupPC on RHEL5

2010-03-18 11:19:11
Subject: Re: [BackupPC-users] Install issues BackupPC on RHEL5
From: Josh Malone <jmalone AT nrao DOT edu>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 18 Mar 2010 11:16:01 -0400
On Thu, 18 Mar 2010 09:19:23 -0400, "John  BORIS" <jboris AT adphila DOT org>
wrote:
> I am trying to get BackupPC installed correctly on RHEL 5. The install
> proceeds just fine without errors but the Apache side was not installed
> properly. The httpd.conf does not include the proper information so it
> is not pointing to the correct directory structure and the
> authentication is not correct. Has anyone on the list got this  working
> properly on Red Hat? I am using the latest version 3.2.0 beta1.
> 
> TIA

I'm running BPC on RHEL5 quite happily. I installed from source tarball
into /usr/local/backuppc. 
My server is dedicated to backup, so I just run apache as the backuppc
user.

   User backuppc
   Group apache

   ScriptAlias /cgi-bin/ "/usr/local/backuppc/cgi-bin/"


I also use active directory for authentication using mod_authz_ldap:

<Location /cgi-bin/BackupPC_Admin>
        SSLRequireSSL
        AuthBasicProvider ldap
        AuthType basic
        AuthzLDAPAuthoritative off
        AuthName "Active Directory Authentication"
        AuthLDAPURL "ldap://our.windows.pdc:3268
our.windows.bdc:3268/DC=example,DC=com?sAMAccountName?sub"
        AuthLDAPBindDN "stubuser AT example DOT com"
        AuthLDAPBindPassword password
        Satisfy All
        Require valid-user
        Order allow,deny
        Allow from all
</Location>




IIRC, I had to install a few extra perl modules using cpan but that was
trivial.

-- 
--------------------------------------------------------
       Joshua Malone       Systems Administrator
     (jmalone AT nrao DOT edu)    NRAO Charlottesville
        434-296-0263         www.cv.nrao.edu
        434-249-5699 (mobile)
BOFH excuse #426:

internet is needed to catch the etherbunny
--------------------------------------------------------

------------------------------------------------------------------------------
Download Intel&#174; 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
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>