README.txt: Mention put_url restriction

The PUT URL domain is used as part of the mod_http_upload process name.
This way, the responsible process can be queried during the HTTP PUT
request.  As a result, a given PUT URL domain cannot be used by multiple
virtual hosts.
This commit is contained in:
Holger Weiss 2015-08-24 21:32:37 +02:00
parent a00090086e
commit 958b428ff0
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ The configurable mod_http_upload options are:
This option specifies the initial part of the PUT URLs used for file
uploads. The keyword @HOST@ is replaced with the virtual host name.
NOTE: Different virtual hosts cannot use the same PUT URL domain.
- get_url (default: $put_url)
This option specifies the initial part of the GET URLs used for