Re: [BackupPC-users] No admin privilege with SCGI method

2018-08-28 Thread Timmy Siu via BackupPC-users
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

Re: [BackupPC-users] No admin privilege with SCGI method

2018-08-28 Thread Christopher Diekkamp
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

[BackupPC-users] No admin privilege with SCGI method

2018-08-28 Thread 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. Th