Tyler.S wrote:Two questions, to try and get a better picture about your issue.
1. Are you experiencing the login errors while (either yourself, or anyone else) is uploading such large files, or all the time?
The reason I ask is because, if you or anyone else is uploading such a large file at the same time you could be running into the hang problem because your DFH installation is maxing out the execution and/or input_time limits.
I have the login errors without uploading files. Typical scenario:
- make changes in .htaccess
- restart Apache (for "pure" experiment)
- try to login as admin (failed!)
- try to login as user (failed)
When I retried it with post_max_size less then 7000M, there is no any troubles with login and uploading.
Tyler.S wrote:2. Are you on a Shared or Dedicated hosting environment? And if you are running a dedicated machine, can you please provide me with the amount of "Available Memory (RAM)"? The reason I would like this number is to determine if your machine would even be able to handle a single upload of that size (most cannot without 8GB+ RAM). The reason for this (as explained above), is that PHP will dump some of the uploading file(s) into the (RAM) while trying to process everything, and if your server does not have enough available (RAM), you can end up not only hanging up your DFH, but the entire server and causing it to crash.
Also, if you are on a shared account, you won't be able to increase the values enough to get done what you are tryingt o do as there are many safe guards in place to stop (rouge) php scripts from using up all of the server's resources and causing it to crash. You can look at rapidshare for example. You can have unlimited space with them, but you cannot upload a 6GB file at one time. It has to be broken down.
I have used own dedicated web server.
CPU=AMD Athlon(tm) 64 X2 Dual Core Processor 4200+, 2 cores
RAM=3GB (250MB used at this moment)
OS=64-Ubuntu 10.10
WebServer= Apache/2.2.16 (Ubuntu)
PHP=5.3.3-1ubuntu9.7
So, does it mean, that I can't upload files more then RAM size?