2014-04-24 3 views
2

Ruby on Rails의 새로운 기능입니다. 웹 호스트 관리자 -VPSserver에서 내 ROR 프로젝트를 성공적으로 업로드하고 실행합니다. 7MB와 같은 작은 크기의 비디오를 업로드하려고하면 성공적으로 업로드됩니다. 그리고 여기 내 로컬 호스트에서 나는 성공적 2백메가바이트 비디오를 업로드 할 수 있지만 WHM VPS 서버에 문제에 직면하고 내가 30메가바이트 비디오 파일 브라우저를 업로드 할 때 오류가 아래에 나에게 주신 : 나는 WHM의 구성을 변경Ruby On Rails : - WHM VPS 서버

The connection was reset The connection to the server was reset while the page was loading. The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer's network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

VPS (PHP 구성 편집기).

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;

하지만 해결책이 없습니다.

답변

0

PHP 구성에서 어딘가에 한계가있는 것 같습니다. 아파치 오류 로그에서 어느 한도를 치는지 파악할 수 있어야합니다.

루트 액세스를 사용하면 명령 줄 (/ usr/local/apache/logs/error_log)에서 확인할 수 있습니다. cPanel에만 액세스 할 수있는 경우 cPanel의 오류 페이지에서 최신 오류를 볼 수 있습니다.