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

Bech-Yagher, Cirstyn CBY at Teleplan.no
Thu Mar 17 09:16:10 EST 2005


Hi, 

I'm also struggling with the apache/mod_perl set-up, and was wondering
whether to change to fastcgi myself. Would it be possible to get a
forward as well or maybe you could post it to the list ? 

Thanks ever so much :-)

C

-----Original Message-----
From: rt-users-bounces at lists.bestpractical.com
[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Sam Snow
Sent: 16. mars 2005 19:51
To: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] RT on RHEL 4 with FastCGI Install Procedure

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

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

RT Administrator and Developer training is coming to your town soon!
(Boston, San Francisco, Austin, Sydney) Contact
training at bestpractical.com for details.

Be sure to check out the RT Wiki at http://wiki.bestpractical.com



More information about the rt-users mailing list