[Pkg-owncloud-commits] [owncloud-doc] 29/49: Add webserver config options which can prevent the upload of large files
David Prévot
taffit at moszumanska.debian.org
Thu Mar 12 02:06:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 8fb0151bc63dd0ce9f97e42757c305f9a9a4a2c4
Author: RealRancor <Fisch.666 at gmx.de>
Date: Thu Feb 19 11:58:58 2015 +0100
Add webserver config options which can prevent the upload of large files
---
.../big_file_upload_configuration.rst | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/admin_manual/configuration/big_file_upload_configuration.rst b/admin_manual/configuration/big_file_upload_configuration.rst
index bb9ae99..8544bda 100644
--- a/admin_manual/configuration/big_file_upload_configuration.rst
+++ b/admin_manual/configuration/big_file_upload_configuration.rst
@@ -38,6 +38,28 @@ increase the timeout values, which are in seconds::
php_value max_input_time 3600
php_value max_execution_time 3600
+There are also several other configuration option in your webserver config which
+could prevent the upload of larger files. Please see the manual of your webserver
+how to configure those values correctly:
+
+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>`_
+
+Apache with mod_fcgid
+~~~~~~~~~~~~~~~~~~~~~
+`FcgidMaxRequestLen <https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidmaxrequestlen>`_
+
+NginX
+~~~~~
+`client_max_body_size <http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_
+
+IIS
+~~~
+`maxAllowedContentLength <http://www.iis.net/configreference/system.webserver/security/requestfiltering/requestlimits#005>`_
+
+
Configuring PHP
---------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list