[rt-users] RT4.2 with fast CGI
Bryon Baker
bbaker at copesan.com
Mon Oct 28 17:19:40 EDT 2013
I cannot seem to get RT4.2 to run with FastCGI I am install the on the same server that I am running RT 4.0.13 so I know fastcgi is enabled for apache.
RT4.2 run with fine with the following command
/opt/rt4/sbin/rt-server -port 8080
With the following file in the vhosts.d directory
rtnew.conf
Alias /rtnew /opt/rt4/share/html
ScriptAlias / /opt/rt4/sbin/
<Directory "/opt/rt4/sbin/">
Order allow,deny
Allow from all
</Directory>
<Directory "/opt/rt4/share/html">
Order allow,deny
Allow from all
Options +ExecCGI
AddHandler fcgid-script fcgi
</Directory>
I get "You're almost there!" Saying fastcgi or mod_perl needs to be enabled.
I add to the above file
FastCgiServer /opt/rt4/sbin/rt-server.fcgi -processes 5 -idle-timeout 300
And apache errors with
Invalid command 'FastCgiServer', perhaps misspelled or defined by a module not included in the server configuration
I have this install on SuSE Linux 12.3
Thanks for the help.
Bryon Baker
Network Operations Manager
Copesan - Specialists in Pest Solutions
800-267-3726 * 262-783-6261 ext. 2296
bbaker at copesan.com<mailto:cstephan at copesan.com>
www.copesan.com<http://www.copesan.com/>
"Servicing North America with Local Care"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20131028/2f6b80ba/attachment.htm>
More information about the rt-users
mailing list