Re: [BackupPC-users] backuppc 4.2.1 perl issue

2018-06-13 Thread Mark Maciolek
hi, After fussing with it all morning, went to lunch and started over again using Fiddler, but you were also correct that my URL was wrong. Thank your for this backup solution. Works great. Mark > Mark, > > It looks like your setting for $Conf{CgiImageDirURL} is wrong. Your html > has

Re: [BackupPC-users] backuppc 4.2.1 perl issue

2018-06-13 Thread Craig Barratt via BackupPC-users
Mark, It looks like your setting for $Conf{CgiImageDirURL} is wrong. Your html has hrefs like this: href="/var/www/htdocs/BackupPC/image/favicon.ico $Conf{CgiImageDirURL} should be set to the URL (eg: "/BackupPC/image"), not the absolute file system path. Craig On Wed, Jun 13, 2018 at 5:27

Re: [BackupPC-users] backuppc 4.2.1 perl issue

2018-06-13 Thread Mark Maciolek
hi, Partially fixed. I put the correct BackupPC_Admin in place and the page loads, now just have to figure out why every image is 404. Mark > hi, > > First line: > #!/bin/perl > #= -*-perl-*-w > # > > selinux is in permissive mode > >

Re: [BackupPC-users] backuppc 4.2.1 perl issue

2018-06-13 Thread mlm
hi, First line: #!/bin/perl #= -*-perl-*-w # selinux is in permissive mode manually run: Content-Type: text/html; charset=utf-8 BackupPC Server Status href="/var/www/htdocs/BackupPC/image/BackupPC_stnd.css" title="CSSFile">

Re: [BackupPC-users] backuppc 4.2.1 perl issue

2018-06-12 Thread Craig Barratt via BackupPC-users
Some random questions: What's the very first line of BackupPC_Admin? Could this be some sort of selinux issue? What happens when you manually run BackupPC_Admin (as the backuppc user)? What user is apache running as? Craig On Tue, Jun 12, 2018 at 7:17 PM, mlm wrote: > > > On 6/12/2018 8:10

Re: [BackupPC-users] backuppc 4.2.1 perl issue

2018-06-12 Thread mlm
On 6/12/2018 8:10 PM, Holger Parplies wrote: Hi, mlm wrote on 2018-06-12 17:20:06 -0400 [[BackupPC-users] backuppc 4.2.1 perl issue]: [...] New system running Scientific Linux 7.5, installed 4.2.1 from tar file Global symbol "%In" requires explicit package name at

Re: [BackupPC-users] backuppc 4.2.1 perl issue

2018-06-12 Thread Holger Parplies
Hi, mlm wrote on 2018-06-12 17:20:06 -0400 [[BackupPC-users] backuppc 4.2.1 perl issue]: > [...] > New system running Scientific Linux 7.5, installed 4.2.1 from tar file > > Global symbol "%In" requires explicit package name at > /usr/share/BackupPC/sbin/BackupPC_Admin line 90. > [...] >