BackupPC-users

Re: [BackupPC-users] Cann´t connect to webinterface

2008-08-17 16:07:48
Subject: Re: [BackupPC-users] Cann´t connect to webinterface
From: dan <dandenson AT gmail DOT com>
To: "Thomas Mederer" <t.mederer AT schaefer-electronics DOT com>
Date: Sun, 17 Aug 2008 14:07:38 -0600
fix the servername issue by either fixing your hostname in /etc/hosts and /etc/hostname or add: 'ServerName hostnamewhatever' to you /etc/apache2/apache2.conf file.

now try, looks like apache is just not liking the setup.  This usually happens because your hostname in /etc/hostname is not in /etc/hosts under your IP or under 127.0.0.1.

if your computer name is backuppc1 @ ip 192.168.1.5 and the domain is schaefer-electronics.com then your hostname in /etc/hostname should be backuppc1.schaefer-electronics.com and your /etc/hosts should contain a like
127.0.0.1          locahost

-OR-

127.0.0.1      localhost     backuppc1     backuppc1.schaefer-electronics.com


the first option is best.

now go to http://localhost/backuppc and see if it works

also, did you set your password is /etc/backuppc/htpasswd ?  you need to set this.

htpasswd /etc/backuppc/htpasswd backuppc
then enter the new password

good luck

On Fri, Aug 15, 2008 at 3:28 AM, Thomas Mederer <t.mederer AT schaefer-electronics DOT com> wrote:

Yes I think so. If I type http://localhost I see the message IT WORKS!

When I try to restart my apache with /etc/init.d/apache2 restart I get the following message:

 

Restarting web server apache2

apache2: apr_sockaddr_info_get() failed for lnxbackupsrv

apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

 

Thomas Mederer

 

 

-----Ursprüngliche Nachricht-----

Von: backuppc-users-bounces AT lists.sourceforge DOT net [mailto:backuppc-users-bounces AT lists.sourceforge DOT net] Im Auftrag von Nils Breunese (Lemonbit)

Gesendet: Freitag, 15. August 2008 11:12

An: backuppc-users AT lists.sourceforge DOT net

Betreff: Re: [BackupPC-users] Cann´t connect to webinterface

 

Thomas Mederer wrote:

 

> I just try to connect to the webinterface of backuppc. But I always

> get the following error in the browser:

> The requested URL /backuppc was not found on this server

> I have installed the program with the following commands:

> apt-get install backuppc

> apt-get install rsync libfile rsync perl libfile-rsyncp-perl par2

> bzip2

> I use Ubuntu 8.04

> I hope someone can tell me what it is. But unfortunately I'm not

> really fit in linux

 

Is apache installed and was it (re)started after installing BackupPC?

 

Nils Breunese.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url="">
_______________________________________________
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/


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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>