BackupPC-users

Re: [BackupPC-users] Backuppc CGI Interface not working for me

2009-04-07 04:02:27
Subject: Re: [BackupPC-users] Backuppc CGI Interface not working for me
From: Laurin d'Volts <email.port25 AT gmail DOT com>
To: Holger Parplies <wbppc AT parplies DOT de>
Date: Tue, 07 Apr 2009 02:53:22 -0500
On Sun, 2009-04-05 at 16:04 +0200, Holger Parplies wrote:
> - That file doesn't exist? Is there one with a different name in
>   /etc/apache2/sites-enable that seems relevant? One in
>   /etc/apache2/sites-available? Do the directories /etc/apache2,
>   /etc/apache2/sites-enabled and /etc/apache2/sites-available exist?
> - Is apache really running? Hint: 'ps e -C apache2'.

I understand something could be broken with Sid on the computer I'm
using. However, the other computer I'm using also uses Sid. This makes
me thinks a couple of things:

1. Backuppc is not configured correctly
2. Something system configuration is not correct
3. Apache is not setup correctly
4. The system is broke
5. Perhaps it's an undiscussed bug.

I don't know much about backuppc.

I didn't know that understanding apache was a requirement for it.
I was hoping for the tutorials and documentation on backuppc to cover
more of these things in detail. Because I couldn't find a lot of
information, I came here. If things don't start working soon, I'll
figure something out myself. However, I think I'll post here for the
next while.

I turned off the firewall to test backuppc CGI. As a note, I keep seeing
my system talk about 127.0.1.1 as being a pingable IP. I find that
unusual. So, maybe that has some importance. I don't know what file
relates to that issue. I'm able to ping 127.0.0.1 and 127.0.1.1.
I tried using 127.0.1.1 in the browser: http://127.0.1.1/backuppc
and that didn't work.


        
        seakitten@widerule:~$ cat /etc/apache2/sites-enabled/000-default
        <VirtualHost *:80>
                ServerAdmin webmaster@localhost
        
                DocumentRoot /var/www
                <Directory />
                        Options FollowSymLinks
                        AllowOverride None
                </Directory>
                <Directory /var/www/>
                        Options Indexes FollowSymLinks MultiViews
                        AllowOverride None
                        Order allow,deny
                        allow from all
                </Directory>
        
                ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
                <Directory "/usr/lib/cgi-bin">
                        AllowOverride None
                        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                        Order allow,deny
                        Allow from all
                </Directory>
        
                ErrorLog /var/log/apache2/error.log
        
                # Possible values include: debug, info, notice, warn, error,
        crit,
                # alert, emerg.
                LogLevel warn
        
                CustomLog /var/log/apache2/access.log combined
        
            Alias /doc/ "/usr/share/doc/"
            <Directory "/usr/share/doc/">
                Options Indexes MultiViews FollowSymLinks
                AllowOverride None
                Order deny,allow
                Deny from all
                Allow from 127.0.0.0/255.0.0.0 ::1/128
            </Directory>
        
        </VirtualHost>
        seakitten@widerule:~$ ps e -C apache2
          PID TTY      STAT   TIME COMMAND
        


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
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>