Re: AH01257: unable to connect to cgi daemon after multiple tries

2017-11-25 Thread Richard Shaw
I know you got your workaround in place by changing back to prefork MPM but just an FYI, I've filed an issue upstream to see if it can be fixed properly... https://github.com/backuppc/backuppc/issues/170 Thanks, Richard ___ users mailing list -- users@l

Re: AH01257: unable to connect to cgi daemon after multiple tries[SOLVED]

2017-11-24 Thread Tim Evans
On 11/24/2017 12:47 PM, Patrick O'Callaghan wrote: On Fri, 2017-11-24 at 11:53 -0500, Tim Evans wrote: Everything was working properly with F26. Where's the permission denied coming from? Is SElinux set to 'enforcing'? If so, do 'sudo setenforce 0' and try again. If it works, the problem is w

Re: AH01257: unable to connect to cgi daemon after multiple tries

2017-11-24 Thread Patrick O'Callaghan
On Fri, 2017-11-24 at 11:53 -0500, Tim Evans wrote: > Everything was working properly with F26. > > Where's the permission denied coming from? Is SElinux set to 'enforcing'? If so, do 'sudo setenforce 0' and try again. If it works, the problem is with SElinux labelling. If not, it's something els

AH01257: unable to connect to cgi daemon after multiple tries

2017-11-24 Thread Tim Evans
7] [cgid:error] [pid 1162:tid 139834463086336] (13)Permission denied: [client ::1:43468] AH01257: unable to connect to cgi daemon after multiple tries: /usr/share/BackupPC/sbin/BackupPC_Admin, referer: http://localhost/backuppc?action=summary Everything was working properly with F26. Where