Ruby On Rails :- WHM VPS server -


i new in ruby on rails. upload , run ror project on web host manager- vpsserver. when try upload small size of video 7 mb upload. , on local host here can upload 200 mb video facing problem on whm vps server , when try upload 30 mb video file browser given me below error:

the connection reset connection server reset while page loading. site temporarily unavailable or busy. try again in few moments. if unable load pages, check computer's network connection. if computer or network protected firewall or proxy, make sure firefox permitted access web.

i change configuration of whm vps (php configuration editor).

magic_quotes_gpc = off; register_globals = off; default_charset = utf-8; memory_limit = 500m; max_execution_time = 30000; upload_max_filesize = 999m; safe_mode = off; mysql.connect_timeout = 20; session.use_cookies = on; session.use_trans_sid = off; session.gc_maxlifetime = 12000000; allow_url_fopen = on;

but did not solution.

that sounds you're hitting limit somewhere in php configuration. should able identify limit you're hitting in apache error log.

with root access, can check on command line ( /usr/local/apache/logs/error_log ). if have access cpanel, can view recent errors on errors page in cpanel.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -