Actions
Server upload-dirsDetails » History » Revision 6
« Previous |
Revision 6/7
(diff)
| Next »
gstrauss, 2017-04-01 03:05
server.upload-dirs option¶
Description¶
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
Updated by gstrauss over 7 years ago · 6 revisions