Hello there !
I have installed BackupPC from rpm, following
this &
this guide.
But when entering the web-interface, firefox says :
404 The requested URL /backuppc was not found on this server.
http://192.168.1.4/backuppc or
http://backuppc.jocan.local is the same.
httpd is running, backuppc is running :
Code:
[root@backuppc ~]# /etc/init.d/httpd status
httpd (pid 2168) is running...
[root@backuppc ~]# /etc/init.d/backuppc status
BackupPC (pid 2206) is running...
Httpd config for backuppc :
Code:
[root@backuppc ~]# vi /etc/httpd/conf.d/BackupPC.conf
order deny,allow
deny from none
#allow from 127.0.0.1
allow from all
But :
Code:
[root@backuppc ~]# netstat -anup | grep 80
[root@backuppc ~]# netstat -anup | grep httpd
No output... Is my httpd-server listening on port 80 ???
Firewall is down :
Code:
[root@backuppc ~]# /sbin/service iptables status
Firewall is stopped.
Oh yeah, when entering the url
http://192.168.1.4, the default page is displayed, saying Apache is well installed...
Has someone an idea ??