BackupPC-users

[BackupPC-users] No web interface in new Ubuntu installation

2014-03-16 06:33:52
Subject: [BackupPC-users] No web interface in new Ubuntu installation
From: Magnus Larsson <magnus AT vista DOT se>
To: backuppc-users AT lists.sourceforge DOT net
Date: Sun, 16 Mar 2014 11:32:04 +0100
Hi!

I am reinstalling Backuppc on a Ubuntu 13.10 server, but cannot get the web interface to run. I have set permissions:

$ ls -l /var/lib | grep backuppc
drwxrwxr-x  8 backuppc      backuppc       4096 mar 16 10:48 backuppc

Then installed:
$ sudo apt-get install backuppc

But then the web interface does not run. I get a 404-error when trying either localhost/backuppc or 127.0.0.1/backuppc.

What to check? I have not changed anything in the /etc/apache2/backuppc.conf, see below.

Fil: /etc/apache2/conf.d/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>




What to check or change?


Best,


Magnus
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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/