BackupPC-users

[BackupPC-users] SCGI on Backuppc - help set up

2015-02-09 14:44:03
I have installed BackupPC-4.0.0alpha3 on my debian (jessie) system.  I believe that it is set up correctly as when I run the command:  "/etc/init.d/backuppc start" I get a backuppc starting message and then an ok.  I am now trying to set up the SCGI Apache interface but am not quite sure specifically what to do.  What I have done so far is to install the Apache SCGI module "libapache2-mod-scgi".  Then I enabled the module using a2enmod so it now shows up in the mods-enabled directory.  What I don't understand is what to do next.  I expect that I have to make some change or changes to the config.pl file of Backuppc, however, I am unclear of what those changes are.  Does a change need to be made to the below section and if so what change?  What information goes into the $Conf{CgiURL} = section and where would I get that information.  Also are there any other changes that I need to make?  Thanks in advance.    akibuflash

$Conf{SCGIServerPort} = 10268;
 # Full URL of the BackupPC_Admin CGI script, or the configured path
 # for SCGI. Used for links in email messages.
 $Conf{CgiURL} = '';

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.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>
  • [BackupPC-users] SCGI on Backuppc - help set up, Akibu Flash <=