[rt-users] RT 4.0.8 and msmtp

Cj B chris at cjbonline.org
Thu Dec 13 16:30:09 EST 2012


On Thu, Dec 13, 2012 at 1:25 PM, Cj B <chris at cjbonline.org> 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20121213/821994d5/attachment.htm>


More information about the rt-users mailing list