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

-- 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety."


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

Reply via email to