Whenever I try to upload a file that is larger than 2Gb I get an error like "Error uploading file "four": Internal Server Error"
In the admin menu I changed the file size option to 60Gb. I did not help. I also tried changing the size directly on owncloud/.htaccess file. Same error.
I see no errors on owncloud.log file, or apache error log file. I also tried setting the logging level to all in the admin page. But saw no messages.
The apache server version is 2.4.18 and php version is 7.0 The database is a mysql server 5.6
I am not using the mod_reqtimeout module. I dont have the LimitRequestBody set and I not using ssl. I am also, not using the mod_fcgid module. And I don't have rewrite rules configured.
Also make sure that you're using a 64bit system. But your mentioned stuff is only partially what could cause this. Please take some time and work your way completely through this resources.
Is there some other kind log I can enable to try to find the error? Or is there another way to upload the file to owncloud, that is not to use the interface?
I read somewhere in the docs I am not supposed to copy the files directly to the folder on the filesystem.