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@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/