All, I have installed BackupPC version 4.1.3 and have started it from the 
command line using "systemctl start backuppc.service" on a Debian 9 system.  I 
am now attempting to setup the SCGI web interface.  I have done the following:

In my backuppc config file, I have specified the SCGI Sever Port:  
$Conf{SCGIServerPort} = 9999;
In my /etc/apache2/apache2.conf file, I have added the following lines:
                LoadModule scgi_module modules/mod_scgi.so
SCGIMount /BackupPC_Admin 127.0.0.1:9999

The scgi module appears to have been loaded as it is listed in the mods-enabled 
directory under the /etc/apache2 directory.  However, when I try and access 
backuppc in a web browser, I get the following error.
Not Found
The requested URL /BackupPC was not found on this server.
________________________________
Apache/2.4.25 (Debian) Server at 10.10.10.32 Port 80


My apache2 server works fine as if I type the ipaddress of the server into the 
web browser, I get confirmation that "It Works".  It is probably something 
simple that I am missing.  Do you have any suggestions?  Thanks in advance.

Akibu
------------------------------------------------------------------------------
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
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to