300x250
유닉스 리눅스 계열에서 많이 사용하는 웹서버로 아파치가 있는데,
요즘은 nginx 를 쓰는 곳이 많아지고 있다.
그래서 아래와 같은 오류 메시지가 많이 보인다. ^^
해결방법
1) 버퍼와 타임아웃 시간을 늘려라.
2) www.conf 에 listen 옵션을 넣어라.
3) APC 캐시를 사용한다면, 중지시켜라.
Other quick solutions:
1) Increase buffer and timeouts inside http block:
2) Ensure your php-fpm service is listening according to what you’ve configured in nginx, it can be either this two options:
Edit www.conf file (in CentOS it is located at /etc/php-fpm.d/www.conf and try with one of this two options:
or
After that, just restart the php-fpm service.
3) Disable APC Cache if used, instead try Xcache, apc can cause this kind of issues under particular enviroments causing segmentation faults.
* 출처
http://www.nginxtips.com/502-bad-gateway-using-nginx/
300x250
'서버관리' 카테고리의 다른 글
Using web.config - Returning custom http error messages on IIS 7.5 (3) | 2014.03.02 |
---|---|
FileZilla 파일질라에서 비밀번호 저장 기능이 비활성화 되었다. (0) | 2014.02.22 |
윈도 미디어 서비스 Windows Media Services 9 시리즈 방화벽 포트 정보 (0) | 2014.02.20 |
Windows Media Services 와 IIS Media Services 비교 (0) | 2014.02.20 |
스마일서브 가상서버 호스팅의 인바운드 트래픽 속도제한 10Mbps (0) | 2014.02.20 |