I can ping the address, no problem. There are other pages loaded on the same
box.

lsof -I :8080 returns:

COMMAND  PID   USER   FD   TYPE DEVICE SIZE NODE NAME
java    3165 daemon   54u  IPv6   9948       TCP *:webcache (LISTEN)

netstat -alnput|grep :8080 returns:

tcp        0      0 :::8080                     :::*
LISTEN      3165/java





-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Keith
Edmunds
Sent: Wednesday, September 19, 2007 7:05 AM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] setting up the web interface

On Wed, 19 Sep 2007 06:53:19 -0500, [EMAIL PROTECTED] said:

> when I try accessing the page with
> http://<ip_address>/BackupPC:8080 I just get a 401 error message stating
> that it cannot display or find the page.

Can you ping the IP address?

What does either of the following commands output when run as root on the
BackupPC server:

lsof -i :8080

or

netstat -alnput|grep :8080

Keith

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to