jonaskellens
December 16th, 2009, 01:29 AM
Hello !
I have installed BackupPC on CentOS 5.4 following this guide :
http://linuxwave.blogspot.com/2008/08/installing-backuppc-in-centos-5.html
I have installed BackupPC from rpm and all went fine.
But when I want to enter the webpage, the message is displayed :
404 The requested URL /backuppc was not found on this server.
This is the /etc/httpd/conf.d/BackupPC.conf :
<Directory /usr/lib/backuppc/www/html >
order deny,allow
deny from none
allow from all
AuthType Basic
AuthUserFile /etc/httpd/conf.d/BackupPC.users
AuthName "BackupPC Community Edition Administrative Interface"
require valid-user
</Directory>
<Directory /usr/lib/backuppc/www/images >
order deny,allow
deny from none
allow from all
</Directory>
Alias /BackupPC/images /usr/lib/backuppc/www/images
ScriptAlias /BackupPC_Admin /usr/lib/backuppc/www/html/BackupPC_Admin
Services are running :
[[email protected] html]# /etc/init.d/httpd status
httpd (pid 4708) is running...
[[email protected] html]# /etc/init.d/backuppc status
BackupPC (pid 4753) is running...
Firewall is down.
What can I do ?
I have installed BackupPC on CentOS 5.4 following this guide :
http://linuxwave.blogspot.com/2008/08/installing-backuppc-in-centos-5.html
I have installed BackupPC from rpm and all went fine.
But when I want to enter the webpage, the message is displayed :
404 The requested URL /backuppc was not found on this server.
This is the /etc/httpd/conf.d/BackupPC.conf :
<Directory /usr/lib/backuppc/www/html >
order deny,allow
deny from none
allow from all
AuthType Basic
AuthUserFile /etc/httpd/conf.d/BackupPC.users
AuthName "BackupPC Community Edition Administrative Interface"
require valid-user
</Directory>
<Directory /usr/lib/backuppc/www/images >
order deny,allow
deny from none
allow from all
</Directory>
Alias /BackupPC/images /usr/lib/backuppc/www/images
ScriptAlias /BackupPC_Admin /usr/lib/backuppc/www/html/BackupPC_Admin
Services are running :
[[email protected] html]# /etc/init.d/httpd status
httpd (pid 4708) is running...
[[email protected] html]# /etc/init.d/backuppc status
BackupPC (pid 4753) is running...
Firewall is down.
What can I do ?