On Fri, Feb 19, 2016 at 11:18 AM, Brad <bradzynd...@comcast.net> wrote:
> Hi Matt,
>
> I did follow a guide not sure if it was the most recent or the one required
> by RT though, used apache.org I think.

https://www.bestpractical.com/docs/rt/4.4/web_deployment.html#mod_fastcgi

> Here is the siteconf, the httpd.conf and ssl.conf are base (not edited,
> except for servername and cipher suite)

The docs have a line like:

FastCgiServer /opt/rt4/sbin/rt-server.fcgi -processes 5 -idle-timeout 300

> <VirtualHost xxx.xxx.xxx.xxx:443>
> ServerName <our FQDN>
>
> LoadModule fcgid_module modules/mod_fcgid.so
>
> SSLCertificateFile /etc/pki/tls/certs/ca.crt
> SSLCertificateKeyFile /etc/pki/tls/private/ca.key
>
> AddDefaultCharset UTF-8
>
>          ScriptAlias /rt /opt/rt4/sbin/rt-server.fcgi

The docs have a trailing slash on rt-server.fcgi. Not sure if that matters.

-m
---------
RT 4.4 and RTIR Training Sessions 
(http://bestpractical.com/services/training.html)
* Hamburg Germany - March 14 & 15, 2016
* Washington DC - May 23 & 24, 2016

Reply via email to