Thanks @Michael Stowe<mailto:[email protected]>.
Concerning the 99999 port number, I only put 99999 in the email as a stand in
number as I did not know if there was any security ramification to disclosing
the actual port publicly. The port is actually 10268.
Concerning mod_scgi not being enabled, that may be the case, but I don't know
how to enable it. I know that on a debian based system, I would enable the
module by use of "a2enmod". However, there is no such module enabler on Fedora
and the apache documentation doesn't really say how it is done. Any
suggestions as to the command to use?
________________________________
From: Michael Stowe <[email protected]>
Sent: Sunday, December 31, 2017 6:23 PM
To: General list for user discussion, questions and support
Cc: Akibu Flash
Subject: Re: [BackupPC-users] Fedora 27 and SCGI
On 2017-12-31 17:51, Akibu Flash wrote:
I am running a Fedora 27 server and am attempting to get backuppc working. It
installs without event using the command “dnf install backuppc”. I have also
installed the apache webserver. BackupPC starts as expected with the command
“systemctl start backuppc”. My issue is that I am unable to get the CGI
interface working. I am attempting to use SCGI as described in the manual. I
have input "$Conf{SCGIServerPort} = 99999; in my config.pl file. Also, I have
input the following lines in my /etc/httpd/conf.d/BackupPC.conf file:
LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
SCGIMount /BackupPC_Admin 127.0.0.1:99999
<Location /BackupPC_Admin>
AuthUserFile /etc/httpd/conf/passwd
AuthType basic
AuthName "backuppc"
require all granted
</Location>
Port numbers are 16-bit integers, so you might want to start by picking a valid
port within that range.
However, when trying to restart the apache server, I get the following error
message:
Invalid command ‘SCGIMount’, perhaps misspelled or defined by a module not
included in the server configuration Dec 31 20:44:43 localhost.localdomain
systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Dec 31 20:44:43 localhost.localdomain systemd[1]: Failed to start The Apache
HTTP Server. Dec 31 20:44:43 localhost.localdomain systemd[1]: httpd.service:
Unit entered failed state. Dec 31 20:44:43 localhost.localdomain systemd[1]:
httpd.service: Failed with result ‘exit-code’.
I am unclear where to go from here. Any help is appreciated. Thanks.
Akibu
That error is telling you that mod_scgi is not enabled.
------------------------------------------------------------------------------
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/