Hello,

I have recently installed apache2/backuppc on a debian server, running 
jessie 8.2

After gettting hosts added and confirming the backups work, the web 
interface has suddenly stopped working. I'm assuming it's something 
stupid that I accidentally changed or didn't do, but for the life of me 
I can't figure it out. Backuppc and apache are running processes, bpc is 
working and taking backups of servers, it's just the web interface that 
isn't appearing, giving a 404 Not Found.

Everything besides hosts should be the default as installed through apt-get.

cat /etc/apache2/conf-enabled/backuppc.conf
Alias /backuppc /usr/share/backuppc/cgi-bin/

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

         # Uncomment the line below to ensure that nobody can sniff 
importanti
         # info from network traffic during editing of the BackupPC 
config or
         # when browsing/restoring backups.
         # Requires that you have your webserver set up for SSL (https) 
access.
         #SSLRequireSSL

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

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

</Directory>

/usr/share/backuppc/cgi-bin# ls -l
total 0
lrwxrwxrwx 1 root root  8 Feb  7  2014 image -> ../image
lrwxrwxrwx 1 root root 39 Feb  7  2014 index.cgi -> 
../../../lib/backuppc/cgi-bin/index.cgi

/usr/lib/backuppc/cgi-bin# ls -l
total 8
-rwxr-x--- 1 www-data www-data 6128 Feb  7  2014 index.cgi

As for apache2 settings:
/etc/apache2/conf-enabled# ls -l
total 0
lrwxrwxrwx 1 root root 31 Dec 22 14:14 backuppc.conf -> 
../conf-available/backuppc.conf

/etc/apache2/conf-available# ls -l
total 24
lrwxrwxrwx 1 root root   25 Dec 21 15:05 backuppc.conf -> 
/etc/backuppc/apache.conf

/etc/backuppc# ls -l
total 100
-rw-r--r-- 1 backuppc www-data   638 Feb  7  2014 apache.conf

/var/log/apache2# tail access.log
10.10.2.3 - - [22/Dec/2015:14:14:57 -0500] "GET /backuppc/ HTTP/1.1" 404 
207 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 
Firefox/38.0 Iceweasel/38.4.0"

error.log does not show any sort of errors.

------------------------------------------------------------------------------
_______________________________________________
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