I solved my problem. For anyone who encounters this later, this is my 
solution.

The Debian apt-get installation of BackupPC does not use the 
/usr/lib/cgi-bin/BackupPC_Admin. Somehow, the /etc/backuppc/apache.conf 
was corrupted or overwritten or something, I don't know what, but it 
ended up being an empty file. I also have BackupPC on my home computer, 
and learned the contents of apache.conf should be an alias to the 
BackupPC cgi-bin.

Alias /backuppc /usr/share/backuppc/cgi-bin/

<Directory /usr/share/backuppc/cgi-bin/>
    AllowOverride None

    Options ExecCGI FollowSymlinks
    AddHandler cgi-script .cgi
    DirectoryIndex index.cgi

    AuthGroupFile /etc/backuppc/htgroup
    AuthUserFile /etc/backuppc/htpasswd
    AuthType basic
    AuthName "BackupPC admin"
    require valid-user

</Directory>

Of course, this is only for the Debian installation, so I have no idea 
if it would be useful for anyone else other than those of us on Debian, 
but I thought I should post this just in case.

Thanks to those of you who offered advice. All of it was useful in that 
it gave me ideas that led to checking out the BackupPC apache.conf file.

Mark

-- 
Mark Ketteran
Scott M. Watson, Inc.
301 869 8800
[EMAIL PROTECTED]

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to