RT-Server or FastCGIServer won't start when HTTP.Service is started

Hello, I’ve installed Request Tracker version 4.4 on my CentOS 7.3
server and am unable to access my web page without first having to
start the rt-server from the command line “./rt-server -port 8080 &”.
I’ve configured my web server via the web_deployment.pod documentation
and am using the Apache module mod_fcgid. I created an rt.conf file
that is located in the the /etc/httpd/conf.d folder. How do I start
the rt-server server using the HTTPD.service? I can send you my
rt.conf file and other files if you need. I see in the
/var/log/httpd/error_log file a couple of errors - "Connection reset
by by peer mod_fcgid: error reading data from FastCGI server and “End
of script output before headers: rt-server.fcgi”. This makes sense,
because I killed all of the rt-server processes using the “pkill
rt-server” command. How do I get the Apache web server to start the
FastCGI server? I have in my rt.conf the command “ScriptAlias /
/data/opt/rt4/sbin/rt-server.fcgi/”

Thanks,
Tony