[Pkg-owncloud-commits] [owncloud-doc] 28/43: Update configuring_bigFileUpload.rst

David Prévot taffit at alioth.debian.org
Tue Aug 20 11:56:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.

commit 5e291aa6dcb5b31f648e86c100043884ecaf86a5
Author: dietmaroc <dietmar at owncloud.com>
Date:   Thu Aug 8 14:41:06 2013 +0200

    Update configuring_bigFileUpload.rst
---
 admin_manual/configuration/configuring_bigFileUpload.rst |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin_manual/configuration/configuring_bigFileUpload.rst b/admin_manual/configuration/configuring_bigFileUpload.rst
index 6810074..958b222 100644
--- a/admin_manual/configuration/configuring_bigFileUpload.rst
+++ b/admin_manual/configuration/configuring_bigFileUpload.rst
@@ -8,9 +8,9 @@ There are a few default configuration settings that you will want to change to e
 
 The defaults for these values are quite small, so change them to to 500 MB and 600MB, or 1G and 1.2G, for example, and you have adjusted the maximum file size that can be uploaded at one time. Make sure you restart your Apache server after these changes, or it will not take affect! Note: You will want these two values to be about the same size, with post_max_size slightly larger to account for headers in the uploaded files. If you find later that files keep timing out on upload, you may  [...]
 
-- **upload_max_filesize and post_max_size** Files are usually POSTed to the webserver in a format known as ‘multipart/form-data’. The post_max_size sets the upper limit on the amount of data that a script can accept in this manner. Ideally this value should be larger than the value that you set for upload_max_filesize It’s important to realize that upload_max_filesize is the sum of the sizes of all the files that you are uploading. post_max_size is the upload_max_filesize plus the sum of [...]
-- **memory_limit** When the PHP engine is handling an incoming POST it needs to keep some of the incoming data in memory. This directive has any effect only if you have used the –enable-memory-limit option at configuration time. Setting too high a value can be very dangerous because if several uploads are being handled concurrently all available memory will be used up and other unrelated scripts that consume a lot of memory might effect the whole server as well. 
-- **max_execution_time and max_input_time** These settings define the maximum life time of the script and the time that the script should spend in accepting input. If several mega bytes of data are being transfered max_input_time should be reasonably high. You can override the setting in the ini file for max_input_time by calling the set_time_limit() function in your scripts. 
+- **upload_max_filesize and post_max_size:** Files are usually POSTed to the webserver in a format known as ‘multipart/form-data’. The post_max_size sets the upper limit on the amount of data that a script can accept in this manner. Ideally this value should be larger than the value that you set for upload_max_filesize It’s important to realize that upload_max_filesize is the sum of the sizes of all the files that you are uploading. post_max_size is the upload_max_filesize plus the sum o [...]
+- **memory_limit:** When the PHP engine is handling an incoming POST it needs to keep some of the incoming data in memory. This directive has any effect only if you have used the –enable-memory-limit option at configuration time. Setting too high a value can be very dangerous because if several uploads are being handled concurrently all available memory will be used up and other unrelated scripts that consume a lot of memory might effect the whole server as well. 
+- **max_execution_time and max_input_time:** These settings define the maximum life time of the script and the time that the script should spend in accepting input. If several mega bytes of data are being transfered max_input_time should be reasonably high. You can override the setting in the ini file for max_input_time by calling the set_time_limit() function in your scripts. 
 
 **Additional IIS Server Upload Step** Now you have to go back to IIS manager and make one last change to enable file uploads on the webserver larger than 30MB. 
 

-- 
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