On Mon, Aug 8, 2011 at 9:59 AM, saed <[email protected]> wrote: > Thank you Richard for your response .. > thats what i`m saying files should be no difference with CEntos than Fedora .. > but as i excepted troubles caused by configuration files mess which happened > by re installing the software. > i re installed the software one more time after i did "rm -rf /etc/BackupPC" > to make sure its a clean installation > and it went good for setting up the backuppc user`s password using . . > > $ htpasswd -c /var/lib/backuppc/passwd/htpasswd backuppc
That's the wrong directory :) Read below: > ---------------------------------------------- > $ cat /etc/httpd/con.d/BackupPC.conf > ----------------------------------------------- > <Directory /usr/share/BackupPC/sbin/> > # BackupPC requires valid authentication in order for the web interface to > # function properly. One can view the web interface without authentication > # though all functionality is disabled. > # > # htpasswd -c /etc/BackupPC/apache.users yourusername <---- look here > # > > order deny,allow > deny from all > allow from all > AuthType Basic > AuthUserFile /etc/BackupPC/apache.users <---- and here > AuthName "BackupPC > > require valid-user > > </Directory> Both the example comment and the AuthUserFile directive are telling you that the file, apache.users, should go in /etc/BackupPC/ like I mentioned in my previous email but for some reason you are creating it in /var/lib/backuppc/passwd Richard ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
