Re: [BackupPC-users] about installation of backuppc 4.2.0 on CentOS 7

2018-05-02 Thread Craig Barratt via BackupPC-users
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:







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 
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/


Re: [BackupPC-users] about installation of backuppc 4.2.0 on CentOS 7

2018-05-03 Thread Luigi Augello
I solved, thanks Craig! what I ask now is:

The  4.2.0 it is a stable release? Because I  will use it on a backup
server.

My configuration provides that the web GUI starts upon a second instance
of web server using a different tcp port (eg. 8045). I will connect to
GUI with http://servebackup:8045/BackupPC
I read that there are this configuration option    $Conf{SCGIServerPort}
= -1;
it is related to my configuration or not?

I need to migrate backup configurations and data backups fron another
server where is installed the 3.3.1 release, can I do this?

Cheers

Luigi Augello


Il 02/05/2018 18:20, Craig Barratt via BackupPC-users ha scritto:
> 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:
>
>  href="/BackupPC/BackupPC_stnd.css" title="CSSFile">
> 
> 
> 
>
>
> 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  > 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/

-- 
--
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/