When I try to upload images using a slow internet connection (Using dongle) browser always throw out a 'The Connection was reset' error after sometime. I was trying to upload a very small image file 500kb.
There is no problem when i use a fast ADSL connection.
Linode 768
my php.ini - from phpinfo()
Code:
max_execution_time 180
max_file_uploads 20
max_input_nesting_level 64
max_input_time 180
max_input_vars 1000
memory_limit 128M
post_max_size 28M
apache2.conf
Code:
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
I'm sure it is some apache server setting of my linode causing this because the same file uploads just fine in other sites with slow connection.
I greatly appreciate any advice where I should look for a fix
