BackupPC-users

Re: [BackupPC-users] .htaccess protect the CGI interface

2011-03-07 17:12:52
Subject: Re: [BackupPC-users] .htaccess protect the CGI interface
From: "Tyler J. Wagner" <tyler AT tolaris DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Mon, 07 Mar 2011 22:11:14 +0000
On Mon, 2011-03-07 at 15:32 -0600, Janet Newlands wrote:
> Quick question:
> 
> I installed backuppc on my ubuntu server and am using that to back up
>  my other servers via rsync.  It works great!   
> 
> I can get to the CGI interface by typing http://[myservername]/backuppc
>  where I get a login prompt.   If I want to protect that page with an
>  .htaccess file, what is the actual path to the web executable?  The
>  docs say /usr/share/backuppc/cgi-bin/BackupPC_Admin but when I look at
>  /usr/share/backuppc/cgi-bin/  there is no BackupPC_Admin file in there
>  so I'm stumped.

You only need to protect /usr/share/backuppc/cgi-bin/. If you installed
the Ubuntu package, just edit /etc/apache2/conf.d/backuppc and add lines
like so:

<Directory /usr/share/backuppc/cgi-bin/>
        AuthGroupFile /etc/apache2/htgroup
        AuthUserFile /etc/apache2/htpasswd
        AuthType basic
        AuthName "BackupPC"
        require valid-user
</Directory>

Then create users:

htpasswd -m /etc/apache2/htpasswd username

Then reload Apache.

Regards,
Tyler

-- 
"Privacy has to be viewed in the context of relative power. For example,
the government has a lot more power than the people. So privacy for
the government increases their power and increases the power imbalance
between government and the people; it decreases liberty. Forced openness
in government – open government laws, Freedom of Information Act
filings, the recording of police officers and other government officials,
WikiLeaks – reduces the power imbalance between government and the
people, and increases liberty."
   -- Bruce Schneier


------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
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>