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@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to