[rt-users] RT 4.4.0 Apache loads text of rt-server fcgi rather than login
Matt Zagrabelny
mzagrabe at d.umn.edu
Fri Feb 19 12:23:59 EST 2016
On Fri, Feb 19, 2016 at 11:18 AM, Brad <bradzynda42 at 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
More information about the rt-users
mailing list