Hello Christopher,
The full admin control panel finally works but with some strange thing!
Here is my file /etc/httpd/conf.d/BackupPC.conf content:
#########
Alias /BackupPC /var/www/html/BackupPC
ScriptAlias /BackupPC_Admin /BackupPC_Admin
SCGIMount /BackupPC_Admin 127.0.0.1:4000
<Directory /BackupPC_Admin>
order deny,allow
deny from all
allow from 127.0.0.1
AuthType Basic
AuthUserFile /etc/BackupPC/BackupPC.users
AuthName "BackupPC Community Edition Administrative Interface"
require valid-user
</Directory>
##########
I also set backuppc with a password in the file /etc/BackupPC/BackupPC.users
I also set $Conf{CgiAdminUsers}='backuppc' in the file config.pl.
However, when I browse to http://localhost/BackupPC_Admin , I will get
banned by "403 Forbidden".
After I've removed this line from the above file:
ScriptAlias /BackupPC_Admin /BackupPC_Admin
I will then get full admin access to the control panel with being asked
for authentication.
How do I repair the Apache authentication process?
Yours faithfully,
Timmy
> Hi Timmy,
>
> did the browser ask for authentication?
>
> You have to setup a correct htpasswd file.
>
> Also, set the correct user for $Conf{CgiAdminUsers} in your config file.
>
> It's also a good idea to check that backuppc gets the correct user
> name from the brower.
>
>
> Mit freundlichen Grüßen / Best regards
> i.A. Christopher Diekkamp
>
> Otto Schneider <http://www.otto-schneider.de/>
>
> Otto Schneider GmbH & Co. KG
> Raiffeisenstraße 5
> D-63303 Dreieich
>
> Am 28.08.2018 um 13:40 schrieb Timmy Siu via BackupPC-users:
>> Dear All BackupPC Users,
>>
>> I have finally installed BackupPC v4.2.1. However, it does not show any
>> admin function after I have connected to its control panel (as shown in
>> the attachment).
>>
>> How do I correct it?
>> My system is: Oracle Linux 7.5 amd64 (RHEL 7.5 clone), Apache 2.4.6,
>> BackupPC v4.2.1.
>>
>> Thanks in advance.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/