Apache error upon restart after rt install

Good day list

Can someone please assist.

I managed to install RT with a mission and I am now at the last sections
of the install.

            When I try to restart my apache however I get the following

error:

/installs/linux/rt-3.8.5: service httpd restart

Stopping httpd: [FAILED]

Starting httpd: Syntax error on line 1015 of /etc/httpd/conf/httpd.conf:

FastCgiServer /opt/rt3/bin/mason_handler.fcgi: User/Group commands must
preceed FastCGI server definitions

                                                       [FAILED]





 My httpd.conf file looks like this (at the end of the file) :

ErrorLog logs/dummy-host.example.com-error_log

CustomLog logs/dummy-host.example.com-access_log common

#

NameVirtualHost *:80

<VirtualHost *:80>

ServerAdmin root

ServerName rdc-ora-train

DocumentRoot /opt/rt3/share/html/

AddDefaultCharset UTF-8

Adding the following for RT (the ticket tracker)

AddHandler fastcgi-script .fcgi

<Directory “/opt/rt3/share/html”>

Options FollowSymLinks ExecCGI

AllowOverride None

Pass through requests to for noauth

Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images

ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/

#FastCgiIpcDir /tmp

FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4

Your assistance is much appreciated.

Regards

Machiel