Project

General

Profile

Server upload-dirsDetails » History » Revision 6

Revision 5 (stbuehler, 2012-08-11 10:42) → Revision 6/7 (gstrauss, 2017-04-01 03:05)

h1. server.upload-dirs option 

 h2. Description 

 h3. server.upload-dirs option 

 defaults to /var/tmp as we assume it is a local harddisk  

    server.upload-dirs = ( "/var/tmp" ) 

 One or more locations specified in the list is used for temporary files for both upload of request body, as well as for generated response bodies. 

 To adjust request and response behavior for dynamic responses (i.e. not files) see: 
 [[Server_stream-request-bodyDetails]] 
 [[Server_stream-response-bodyDetails]] 
 See also @cgi.x-sendfile@ in [[Docs_ModCGI]], or @"x-sendfile"@ in [[Docs_ModFastCGI]] and [[Docs_ModSCGI]]