|
From: Johan E. <jo...@mo...> - 2017-07-07 06:50:02
|
Hi,
Try /BackupPC_Admin as the address.
Best regards,
Johan EhnbergOn Jul 7, 2017 9:07 AM, Akibu Flash <aki...@ou...> wrote:
>
> 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 |