On Fri, Sep 30, 2011 at 4:50 AM, startx <startx@xxxxxxxxxxxxxx> wrote: >> On Fri, Sep 30, 2011 at 12:59 AM, startx <startx@xxxxxxxxxxxxxx> >> wrote: >> >> > hello. >> > >> > i try to figure out if it is possible to tell mod_fcgid to use a >> > temporary directory other then /tmp , i.e. at best to use a >> > different temp dir for each virtual host. ( i mean the file fcgid >> > writes to if the file is larger then max_mem_request_len) > > On Fri, 30 Sep 2011 01:30:14 -0700 > Wade Evans wrote: > >> what happens when you set "TEMP"? >> >> -w > > unfortunately that doesn't do anything either, still > fcgid creates /tmp/fcgid.XXXX apr tries for a writable temp dir in this order -- sure you had the native envvar set? const char *try_envs[] = { "TMPDIR", "TMP", "TEMP"}; const char *try_dirs[] = { "/tmp", "/usr/tmp", "/var/tmp" }; --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx