[rt-users] RT3 Truncating attachments

Danie Marais danie.marais at attix5.com
Thu Oct 2 05:55:22 EDT 2003


> Danie Marais wrote:
> > mod_perl-1.99_07-5
> > perl-5.8.0-88
>
> Thanks for playing. Please try again.
>
> Seriously:- you're using a badly built beta version of a moving target,
> with that mod_perl.
>
> While some people have made mod_perl 1.99 work with RT, it is (a)
> strongly discouraged, and (b) all but impossible using any RedHat
> shipped mod_perl package. Build mod_perl yourself from latest
> sources if you must. Better still, use apache 1.3 with mod_perl 1,
> or fastcgi under apache 2.

My intention was to use fastCGI under apache2, but I cannot get the mail to
work properly.  The only way I could get the mail to work (almost) was using
mod_perl.   Here is my fastcgi setup in apache:

<VirtualHost *>
    DocumentRoot /opt/rt3/share/html
    ServerName rtt.attix5.com
    FastCgiIpcDir /tmp
    FastCgiServer /opt/rt3/bin/mason_handler.fcgi

    Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images/
    AddDefaultCharset UTF-8
    AddHandler fastcgi-script fcgi fpl fcg

    ScriptAliasMatch (.*/)$     /opt/rt3/bin/mason_handler.fcgi$1
    ScriptAliasMatch (.*\.html)$        /opt/rt3/bin/mason_handler.fcgi$1
</VirtualHost>


I keep getting an error in apache saying fastCGI terminated with an error
255 when you try to send a mail to RT.

Danie




More information about the rt-users mailing list