[Owncloud] Fwd: Can't upload files greater than 2047 MB
Marc Muehlfeld
Marc.Muehlfeld at medizinische-genetik.de
Mon Dec 12 15:55:48 UTC 2011
Am 12.12.2011 16:18, schrieb Thomas Krieger:
> ok is enough space in your /tmp directory?
10 GB free space in tmp
> Can you confirm that you can create files greater 2G in your /tmp directory?
# dd if=/dev/zero of=/tmp/test bs=1G count=4
4+0 Datensätze ein
4+0 Datensätze aus
4294967296 Bytes (4,3 GB) kopiert, 39,8233 s, 108 MB/s
> What webserver do you use? Apache has limitations in post size.
> Have a look at http://httpd.apache.org/docs/current/mod/core.html#limitrequestbody
> There you can read that Apache only allowes a put size up to 2GB.
> Maybe you have the same limit on Windows.
# httpd -v
Server version: Apache/2.2.15 (Unix)
So I never can have owncloud with bigger files than 2 GB because of an apache
limit? Anything to workaround that?
More information about the Owncloud
mailing list