Project

General

Profile

Actions

Bug #2267

closed

set server.upload-dirs to a valid temporary directory on windows

Added by davidfraser over 13 years ago. Updated about 13 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_proxy
Target version:
ASK QUESTIONS IN Forums:

Description

server.upload-dirs defaults to /var/tmp, but this doesn't exist on windows. In that case, it should look up the TEMP or TMP environment directory by default. Otherwise, uploads over a certain size fail with 413 errors

Actions #1

Updated by nitrox over 13 years ago

  • Status changed from New to Invalid

We donĀ“t support windows.

Actions #2

Updated by davidfraser about 13 years ago

Sure, you don't support windows; would patches that help on Windows be accepted though?

Actions #3

Updated by darix about 13 years ago

while the compiled in default is wrong. you can still change the setting and be done. no need to add more code for such a corner case.

Actions #4

Updated by Olaf-van-der-Spek about 13 years ago

Isn't there an env var that contains the right path?

Actions #5

Updated by davidfraser about 13 years ago

Olaf-van-der-Spek wrote:

Isn't there an env var that contains the right path?

Yes, as I mentioned above, the TMP or TEMP environment variable would be sufficient

Actions

Also available in: Atom