Users are having timeout issues when uploading files via Gallery 2.0's PHP upload scripts. Files smaller than 500K were working fine. I changed the PHP.INI limits and now they cannot upload one image of 2.5MB or multiple for that matter. It gives a timeout (white page) and doesn't complete the process on multiple images. Anyidea how to perfect the PHP.INI/HTTPD setup to allow for much more uploading? The average upstream if 40K/s. It also may be well to know that aside from these settings I have kept the files as default from the ISPConfig installations.
Current setting:
max_execution_time = 400 ; Maximum execution time of each script, in
seconds
max_input_time = 400 ; Maximum amount of time each script may spend parsing
request data
memory_limit = 30M ; Maximum amount of memory a script may consume
post_max_size = 30M ; Maximum size of POST data that PHP will accept.
upload_tmp_dir = /tmp/ ; Temporary directory for HTTP uploaded files.
Also, check the
http://www.duwahaven.com/test.php for the PHP-INFO output...
It's worth noting that the PHP Upload Script will work properly for 1.2MB files and multiple 800KB files.
Recent comments
11 hours 5 min ago
16 hours 10 min ago
20 hours 34 min ago
22 hours 23 min ago
1 day 12 hours ago
1 day 12 hours ago
1 day 17 hours ago
2 days 18 min ago
2 days 1 hour ago
2 days 2 hours ago