[rt-users] Installing RT 3.8.12 on Centos 5.5

Thomas Sibley trs at bestpractical.com
Tue Jul 24 13:53:55 EDT 2012


On 07/24/2012 10:45 AM, Joseph Thames wrote:
> I'm a Perl-skilled developer, new to RT, installing RT 3.8.12 on a

You should install 3.8.13 not 3.8.12, since 3.8.13 fixes deployment
bugs.  That said, if you're starting a new install, why are you still on
the 3.8 series and not 4.0.6?

> <VirtualHost rt.metacalculus.net:80>
>    ServerName rt.metacalculus.net
>    ServerAdmin admin at rt.metacalculus.net
>    DocumentRoot /opt/rt3/share/html
>    AddDefaultCharSet UTF-8
> 
>    PerlRequire /opt/rt3/bin/webmux.pl
>    <Directory /opt/rt3/share/html>
>        Order Allow,Deny
>        Allow from all
>        SetHandler perl-script
>        PerlResponseHandler RT::Mason
>    </Directory>
> </VirtualHost>

<Directory /opt/rt3/share/html> should be <Location />



More information about the rt-users mailing list