BackupPC-users

Re: [BackupPC-users] Need to access BackupPC again

2010-07-12 06:18:42
Subject: Re: [BackupPC-users] Need to access BackupPC again
From: Mark Adams <madams9 AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Mon, 12 Jul 2010 04:16:02 -0600
On 07/12/2010 03:51 AM, Doug Lytle wrote:
> Mark Adams wrote:
>    
>> again.  Backuppc is running on the backup server.  I can access the cgi
>> interface via a web browser, but I don't get the log in dialog.  If I
>> set $Conf{CgiAdminUsers}     = '*'; I can access the hosts, etc. but I
>>
>>      
> You need to set Apache up to authenticate you.  My section of
> /etc/httpd/conf/httpd.conf:
>
> <Directory "/var/www/cgi-bin">
>      AllowOverride All
>      Options ExecCGI
>      Order allow,deny
>      Allow from all
>      AuthName "BackupPC_Admin"
>      AuthType Basic
>      AuthUserFile /etc/httpd/conf/passwd
>      require valid-user
> </Directory>
>
> Doug
>    

I edited the  cgi-bin section of the file to read:

<Directory "/var/www/cgi-bin">
     AllowOverride All
     Options ExecCGI
     Order allow,deny
     Allow from all
     AuthName "BackupPC_Admin"
     AuthType Basic
     AuthUserFile /etc/passwd
     require valid user
</Directory>

Restarted httpd and backuppc, restarted Firefox and no change.

Stll looking.

Mark

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
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/