staatsfeind3326
New Pleskian
Hello Forum,
I am switching to a new server because need more webspace. Things which have been worked on old server are not working anymore.
Old Server:
Plesk Version 17.5.3
Ubuntu 14.04.6 LTS
Nginx Apache FastCGI
PHP 5.3.29
New Server:
Plesk Version 17.8.11
Ubuntu 16.04.6 LTS
Nginx Apache FastCGI
PHP 5.3.29
I have overtaken all the settings from old server but if I upload more than 500MB then I will get this error:
20716#0: *1 upstream prematurely closed connection while reading response header from upstream
Sometimes additional:
21804#0: *227 peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream
I have searched whole google and made the changes which were declared as solution but no changes for me.
I have also made this changes for Apache and Nginx:
Additional HTTP and HTTPS:
<IfModule mod_fcgid.c>
FcgidMaxRequestLen 1073741824
FcgidMaxRequestsPerProcess 100
FcgidProcessLifeTime 7200
</IfModule>
MaxRequestLen 1073741824
In /etc/nginx/conf.d/aa_client_max_body.conf I have setup
client_max_body_size 1024m;
In /etc/nginx/conf.d/timeout.conf I have setup
proxy_connect_timeout 1800;
proxy_send_timeout 1800;
proxy_read_timeout 1800;
send_timeout 1800;
Dont know what to do anymore. I can upload 500MB but not 501MB???
Thank you all for your help
I am switching to a new server because need more webspace. Things which have been worked on old server are not working anymore.
Old Server:
Plesk Version 17.5.3
Ubuntu 14.04.6 LTS
Nginx Apache FastCGI
PHP 5.3.29
New Server:
Plesk Version 17.8.11
Ubuntu 16.04.6 LTS
Nginx Apache FastCGI
PHP 5.3.29
I have overtaken all the settings from old server but if I upload more than 500MB then I will get this error:
20716#0: *1 upstream prematurely closed connection while reading response header from upstream
Sometimes additional:
21804#0: *227 peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream
I have searched whole google and made the changes which were declared as solution but no changes for me.
I have also made this changes for Apache and Nginx:
Additional HTTP and HTTPS:
<IfModule mod_fcgid.c>
FcgidMaxRequestLen 1073741824
FcgidMaxRequestsPerProcess 100
FcgidProcessLifeTime 7200
</IfModule>
MaxRequestLen 1073741824
In /etc/nginx/conf.d/aa_client_max_body.conf I have setup
client_max_body_size 1024m;
In /etc/nginx/conf.d/timeout.conf I have setup
proxy_connect_timeout 1800;
proxy_send_timeout 1800;
proxy_read_timeout 1800;
send_timeout 1800;
Dont know what to do anymore. I can upload 500MB but not 501MB???
Thank you all for your help