[rt-users] Apache error upon restart after rt install
machiel.richards
machiel.richards at gmail.com
Tue Oct 27 08:26:39 EDT 2009
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
#</VirtualHost>
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
</Directory>
# Pass through requests to for noauth
Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images
ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
</VirtualHost>
#FastCgiIpcDir /tmp
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4
Your assistance is much appreciated.
Regards
Machiel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20091027/ad1b4843/attachment.htm>
More information about the rt-users
mailing list