BackupPC-users

Re: [BackupPC-users] version 4 issue

2015-10-10 02:15:04
Subject: Re: [BackupPC-users] version 4 issue
From: "Mark Maciolek" <mlm AT sr.unh DOT edu>
To: "'General list for user discussion, questions and support'" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 9 Oct 2015 15:55:37 -0400
Hi,

Figured it out finally. Had to comment out the AllowOverride in
/etc/httpd/conf/httpd.conf
Add Location to BackupPC.conf

<Location /usr/local/BackupPC/images>
order deny,allow
        deny from all
  allow from 127.0.0.1
  allow from ::1/128
</Location>

Mark
-----Original Message-----
From: Mark Maciolek [mailto:mlm AT sr.unh DOT edu] 
Sent: Friday, October 9, 2015 12:55 PM
To: General list for user discussion, questions and support
<backuppc-users AT lists.sourceforge DOT net>
Subject: [BackupPC-users] version 4 issue

Hi,

Have 7 backuppc servers running version 3.3.1, decided to try version 4 on a
older unused system. Got it installed and running, with the only issues is
that the images do not load when viewing the web site.

Not even the logo.gif shows unless I use the complete path <ip
address>/BackupPC/images/logo.gif

>>From a working version3;

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>BackupPC Server Status</title>
<link rel=stylesheet type="text/css"
href="/BackupPC/images/BackupPC_stnd.css" title="CSSFile">
<link rel=icon href="/BackupPC/images/favicon.ico" type="image/x-icon">
<meta http-equiv="pragma" content="no-cache">
<script src="/BackupPC/images/sorttable.js"></script>
</head><body
onLoad="document.getElementById('NavMenu').style.height=document.body.scroll
Height">
<a href="http://backuppc.sourceforge.net";><img
src="/BackupPC/images/logo.gif" hspace="5" vspace="7" border="0"></a><br>
<div id="Content">
<div class="h1">BackupPC Server Status</div>



>>From the version 4:

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>Config Edit</title>
<link rel=stylesheet type="text/css" href="/BackupPC_stnd.css"
title="CSSFile">
<link rel=icon href="/favicon.ico" type="image/x-icon">
<meta http-equiv="pragma" content="no-cache">
<script src="/sorttable.js"></script>
</head><body
onLoad="document.getElementById('NavMenu').style.height=document.body.scroll
Height">
<a href="http://backuppc.sourceforge.net";><img src="/logo.gif" hspace="5"
vspace="7" border="0"></a><br>
<div id="Content">
<div class="h1">Main Configuration Editor</div>


It is missing the "/BackupPC/images".

I have compared the BackupPC.conf files and the Alias line for the images is
correct.

On version 3 system:

BackupPC_Admin:    setuid ELF 64-bit LSB executable, x86-64, version 1
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18,
stripped
BackupPC_Admin.pl: a /usr/bin/perl script text executable


I am not using SCGI


Mark





----------------------------------------------------------------------------
--
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/



------------------------------------------------------------------------------
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>