CentOS 6.x NGINX configtest
아파치는 apachectl configtest 옵션으로 환경설정이 제대로 되었는지 검증이 가능합니다.
nginx 는 nginx -t 옵션으로 확인하면 됩니다.
[root@vps conf.d]# nginx configtest
nginx: invalid option: "configtest"
[root@vps conf.d]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
아파치 버전 마다 다르겠지만 2.2 버전대에서는 apachectl configtest 는
# apachectl -t 와 동일합니다.
'LINUX' 카테고리의 다른 글
리눅스 퍼미션 권한이란 (0) | 2018.09.13 |
---|---|
CentOS 서버 이전시 백업 목록 (0) | 2018.09.04 |
리눅스 하드디스크 정보보기 (0) | 2018.05.29 |
CentOS 하드디스크 추가시 마운트하기 (0) | 2018.05.29 |
리눅스 RSYNC 특정 폴더 제외하기 (0) | 2018.05.28 |