Luigi,

It looks like the CGI script is running correctly, but the static web data
(CSS, images etc) are not being loaded.

Inspect the page source.  The first few lines should include things like
this:

<link rel=stylesheet type="text/css" href="/BackupPC/BackupPC_stnd.css"
title="CSSFile">
<link rel=icon href="/BackupPC/favicon.ico" type="image/x-icon">
....
<img src="/BackupPC/logo.gif">


On the BackupPC side, the path to those files in the html is specified
by $Conf{CgiImageDirURL} (in the example above it is set to '/BackupPC').
The files (like logo.gif, BackupPC_stnd.css) should be stored in the
path $Conf{CgiImageDir} (eg, /var/www/html/BackupPC but that depends on
your install).

So this URL should get you the BackupPC logo:

http://HOSTNAME/BackupPC/logo.gif


You should confirm that the apache configuration (eg, DocumentRoot)
correctly maps regular html requests so that these are correctly served
from the $Conf{CgiImageDir} directory.  Check your permissions too.

Craig

On Wed, May 2, 2018 at 6:03 AM, Luigi Augello <luigi.auge...@unipa.it>
wrote:

> Hello
> I installed BackupPC-4.2.0 on a Centos 7 server, I followed the
> instructions step by step several times and every timei have the GUI
> attached. Any suggestion?
>
> thanks
> Luigi
> --
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> 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/
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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/

Reply via email to