[rt-users] rt-3.0.2pre4: unknown mailer error/Undefined subroutine &RT::Interface::Email::Gateway

Autrijus Tang autrijus at autrijus.org
Sun May 4 06:36:18 EDT 2003


On Sun, May 04, 2003 at 02:02:59AM -0400, Jesse Vincent wrote:
> On Sat, May 03, 2003 at 01:07:28PM +0800, Autrijus Tang wrote:
> > I would like to deFUD this statement a little bit.  We have been
> > deploying RT3 + Apache 2.0.45 + mod_perl 1.99_08 (now _09) on tens
> > of production sites using Win32 and FreeBSD, and they all went
> > without any problems or performance slow-downs.
> 
> Does it handle the redirects to index.html internally now, or are you
> still using the httpd.conf hack?

True, I am still using this httpd.conf hack:

    # this section applies to Apache 2 only
    <FilesMatch "\.html$">
        SetHandler perl-script
        PerlHandler RT::Mason
    </FilesMatch>
    <LocationMatch "/Attachment/">
        SetHandler perl-script
        PerlHandler RT::Mason
    </LocationMatch>
    <LocationMatch "/REST/">
        SetHandler perl-script
        PerlHandler RT::Mason
    </LocationMatch>

I look forward to fix it as soon as I know which layer's problem is it.

Thanks,
/Autrijus/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20030504/e2bac983/attachment.sig>


More information about the rt-users mailing list