On Thu, Dec 13, 2012 at 1:25 PM, Cj B <[email protected]> wrote:

>
>>
>> Your sys config suggests you're running mod_perl, but you didn't include
>> your web server config as requested.
>
>
> Sorry, but what server config do you want? The whole httpd.conf file?
>

Here's the rt.conf:
<VirtualHost 192.168.0.30>
    ServerName rt.gourmettrading.local
               ### Optional apache logs for RT
               # ErrorLog /opt/rt4/var/log/apache2.error
               # TransferLog /opt/rt4/var/log/apache2.access
               # LogLevel debug

               AddDefaultCharset UTF-8

               DocumentRoot "/opt/rt4/share/html"
               <Location />
                   Order allow,deny
                   Allow from all

                   SetHandler perl-script
                   PerlResponseHandler Plack::Handler::Apache2
                   PerlSetVar psgi_app /opt/rt4/sbin/rt-server
               </Location>
               <Perl>
                   use Plack::Handler::Apache2;

 Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
               </Perl>

</VirtualHost>
--------
We're hiring! http://bestpractical.com/jobs

Reply via email to