Hi,
RT 3.8 and RT 4.0 uses sessions for uploaded files, so this shouldn't
be an issue.
Also, even one server true tmp files can not be shared between apache
processes, so RT avoids them. Even tmp file is created, it's destroyed
during the same request.
As far as I can see from our code and modul
In data giovedì 4 agosto 2011 17:15:38, hai 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:
>
>
> Order allow
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:
Order allow,
On Thu, Aug 04, 2011 at 03:03:20PM +0200, Luca Villani wrote:
> In our instalaltion, when we create a ticket via webinterface with an
> attached
> file, it is stored in /var/tmp/
>
> In order to clusterize RT we mut change this directory to a nfs mounted
> share,
> but we have found no configu
Hi.
In our instalaltion, when we create a ticket via webinterface with an attached
file, it is stored in /var/tmp/
In order to clusterize RT we mut change this directory to a nfs mounted share,
but we have found no configuration keyword for tmpdir handling.
We have try to modify the TMPDIR va