[rt-users] Temporary directory for uploaded file when creating a ticket

Luca Villani luca.villani at dada.net
Thu Aug 4 11:15:38 EDT 2011


In data giovedì 4 agosto 2011 16:54:01, Kevin Falcone ha scritto:



> Depending on your version of RT, it uses HTML::Mason's cgi_object,
> which is often CGI.pm, and that should respect TMPDIR

We had upgrade yesterday to RT 4.0.1, this is the relevand section in apache 
config:

<Location />
    Order allow,deny
    Allow from all
    SetEnv TMPDIR /www/COMMON/tmp
    SetHandler perl-script
    PerlResponseHandler Plack::Handler::Apache2
    PerlSetVar psgi_app /opt/rt/rt-4.0.1/sbin/rt-server
</Location>

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


SetEnv appears also at virtualhost definition, with no results.



-- 
Luca Villani     -      Register.It S.p.A. - Dada Group

Tel: +39 055 20021517   Mobile: +39 335 8753086
ICQ: 76272621           Skype: luca.villani



More information about the rt-users mailing list