document Apache timeout limits

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen
2022-09-22 20:12:50 +02:00
parent 60d3afbf2a
commit 09ff94653d

View File

@@ -65,6 +65,7 @@ Apache
^^^^^^
* `LimitRequestBody <https://httpd.apache.org/docs/current/en/mod/core.html#limitrequestbody>`_
* `SSLRenegBufferSize <https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslrenegbuffersize>`_
* `Timeout <https://httpd.apache.org/docs/current/mod/core.html#timeout>`_
Apache with mod_fcgid
^^^^^^^^^^^^^^^^^^^^^
@@ -79,6 +80,10 @@ Apache with mod_fcgid
Setting ``FcgidMaxRequestInMem`` significantly higher than normal may no longer be
necessary, once bug #51747 is fixed.
Apache with mod_proxy_fcgi
^^^^^^^^^^^^^^^^^^^^^^^^^^
* `ProxyTimeout <https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxytimeout>`_
nginx
^^^^^
* `client_max_body_size <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_