diff options
author | Melanie Thielker | 2016-03-14 16:11:37 +0100 |
---|---|---|
committer | Melanie Thielker | 2016-03-14 16:11:37 +0100 |
commit | 39f7c4a292643603e63c02fd5eb032fccd1af9f8 (patch) | |
tree | e147bcb2cb233f5a40ad27d156648fe9978dae6b /bin | |
parent | Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant... (diff) | |
download | opensim-SC-39f7c4a292643603e63c02fd5eb032fccd1af9f8.zip opensim-SC-39f7c4a292643603e63c02fd5eb032fccd1af9f8.tar.gz opensim-SC-39f7c4a292643603e63c02fd5eb032fccd1af9f8.tar.bz2 opensim-SC-39f7c4a292643603e63c02fd5eb032fccd1af9f8.tar.xz |
Expand on the comment on the new HTTP limit feature.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 840de6b..90ecb72 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -526,6 +526,11 @@ | |||
526 | ;; By default, llHTTPRequest limits the response body to 2048 bytes. | 526 | ;; By default, llHTTPRequest limits the response body to 2048 bytes. |
527 | ;; This limit can be extended using HTTP_BODY_MAXLENGTH to a maximum | 527 | ;; This limit can be extended using HTTP_BODY_MAXLENGTH to a maximum |
528 | ;; of HttpBodyMaxLenMAX bytes. | 528 | ;; of HttpBodyMaxLenMAX bytes. |
529 | ;; Please be aware that the limit can be set to insanely high values, | ||
530 | ;; effectively removing any limitation. This will expose your sim to a | ||
531 | ;; known attack. It is not recommended to set this limit higher than | ||
532 | ;; the highest value that is actually needed by existing applications! | ||
533 | ;; 16384 is the SL compatible value. | ||
529 | ; HttpBodyMaxLenMAX=16384 | 534 | ; HttpBodyMaxLenMAX=16384 |
530 | 535 | ||
531 | ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} | 536 | ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} |