[rt-users] RT on RHEL 4 with FastCGI Install Procedure

Sam Snow sam.snow at christianheritageschool.org
Wed Mar 16 13:51:19 EST 2005


William Harrison said:
>
> Here's what I've done so far to install RT on RHEL 4 with the included
> Apache2 package and FastCGI.
>
> I'm still getting errors (Apache will not restart once it has been
> configured). Any help would be greatly appreciated. INstall procedure and
> notes below.
<snip>
>   ### Edit your Apache config file as well:
>     edit /etc/httpd/conf/httpd.conf
>
>       <VirtualHost your.ip.address>
>          ServerName rt.example.com
>          DocumentRoot /opt/rt3/share/html
>          AddDefaultCharset UTF-8
>          PerlModule Apache2 Apache::compat
>          PerlModule Apache::DBI
>          PerlRequire /opt/rt3/bin/webmux.pl
>          <Location />
>              SetHandler perl-script
>              PerlHandler RT::Mason
>          </Location>
>          RedirectMatch permanent (.*)/$
> http://128.150.142.104$1/index.html
>       </VirtualHost>
>
>
>   ###Restart Apache:
>     service httpd stop
>     service httpd start
>
>

<snip>

Are you planning on using FastCgi? Your apache config is for a mod_perl
based install, not a fastcgi based one.

I posted what worked for me fastcgi+apache2 a few days ago. I will forward
it to you directly.

Sam




More information about the rt-users mailing list