I found the file /etc/httpd/conf.d/BackupPC.conf As follows: <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 #
order deny,allow deny from all allow from 127.0.0.1 AuthType Basic AuthUserFile /etc/BackupPC/apache.users AuthName "BackupPC require valid-user </Directory> Alias /BackupPC/images /usr/share/BackupPC/html/ ScriptAlias /BackupPC /usr/share/BackupPC/sbin/BackupPC_Admin I added my username and backuppc and BackupPC to the /etc/BackupPC/apache.users file. Still can't get past username and password dialog on web page. On 05/12/06, Eric Snyder <[EMAIL PROTECTED]> wrote: > I'll bet you have an Apache password issue. When BackupPC installed it > should have set up a username of backuppc and an 8 character long random > looking password. Every time I have run install it comes up with a screen > that gives you this password. This username and password is stored in a file > in the directory, I believe that the file is called htpasswd. This is an > Apache web server password. To set the password you need to do an htpasswd > command. You will find general instructions on using htpasswd with Apache > here: > http://www.apacheweek.com/features/userauth > > I am sorry I do not remember where the htpasswd file is stored in the > directory structure. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Krsnendu > dasa > Sent: Monday, December 04, 2006 9:57 AM > To: backuppc-users@lists.sourceforge.net > Subject: [BackupPC-users] Installation on Fedora Core 5 login to CGI > pagetrouble. > > I have previously (several months ago) installed Backuppc on Ubuntu. > This time I am trying to install it on K12LTSP 5 (Fedora Core 5)I > installed using yum. Then I edited config.pl and hosts the same way > the files on Ubuntu were set up. Next I tried to connect to the CGI > interface. > I typed http://localhost/BackupPC I was then presented with the > username and password screen. I can't get past it. I tried backuppc, > root my username (which defined in config.pl) > I tried setting adminusers to * also. > No joy. What should I do next? > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/backuppc-users > http://backuppc.sourceforge.net/ > > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/