<font color='black' size='2' face='Arial, Helvetica, sans-serif'><font color="black" face="Arial, Helvetica, sans-serif" size="2">Has anyone have luck setting up and configuring RT on Ubuntu 12.04. I have done everything thus far, but I am having issue with my apache2 configuration. This is what I have in my configuration:<br>
<br>
<VirtualHost *:80><br>
<br>
        AddDefaultCharset UTF-8<br>
        perlsetEnv RT_SITE_CONFIG /etc/rt4/RT_SiteConfig.pm<br>
<br>
        DocumentRoot "/opt/rt4/share/html"<br>
        <Location /><br>
            Order allow,deny<br>
            Allow from all<br>
<br>
            SetHandler modperl<br>
            PerlResponseHandler Plack::Handler::Apache2<br>
            PerlSetVar psgi_app /opt/rt4/sbin/rt-server<br>
        </Location><br>
        <Perl><br>
            use Plack::Handler::Apache2;<br>
            Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");<br>
        </Perl><br>
<br>
#tail -n2 /etc/apache2/sites-available/default<br>
#Include "/opt/rt4/apache2-modperl2.conf"<br>
</VirtualHost><br>
<br>
When I comment out "</font><font color="black" face="Arial, Helvetica, sans-serif" size="2">use Plack::Handler::Apache2;", apache2 does not give me any error, but I am not able to bring up rt via the web.<br>
</font></font>