Ops
I tried so also:
sudo TMP=/newtmp apachectl start
apache start but always writes in /tmp
*Rispetta l'ambiente. Non stampare questa mail se non è necessario.*
2016-05-24 10:56 GMT+02:00 Paolo Giammarco :
> Thanks for the reply.
>
> I do not have the LD_LIBRARY_PATH in env
I tried so also:
sudo TMP=/newtmp apachectl
apache start but always writes in /tmp
*Rispetta l'ambiente. Non stampare questa mail se non è necessario.*
2016-05-24 10:56 GMT+02:00 Paolo Giammarco :
> Thanks for the reply.
>
> I do not have the LD_LIBRARY_PATH in envvars files b
Nick Kew :
> On Tue, 2016-05-24 at 05:45 +0200, Paolo Giammarco wrote:
> > I configured apache as a reverse proxy, and when I do an upload it
> > writes in the /tmp directory but is too small.
>
> OK, what you originally tried with envvars should work.
> Either your syntax
I configured apache as a reverse proxy, and when I do an upload it writes
in the /tmp directory but is too small.
*Rispetta l'ambiente. Non stampare questa mail se non è necessario.*
2016-05-23 22:29 GMT+02:00 Nick Kew :
> On Mon, 23 May 2016 15:28:29 +0200
> Paolo Giamm
Hello to all.
Should I change the default temporary directory (/tmp) using apache but I
can not.
I tried to edit the file /etc/apache2/envvars adding:
export TMPDIR=/newtmp
export TMP=/newtmp
but no, I modified /etc/init.d/apache2
adding:
ENV = "$ENV TMPDIR=/newtmp TMP=/newtmp"
still nothing.