# apache 문법 체크
/usr/local/apache/bin/apachectl -t
apachectl configtest
# apache 재시작
/usr/local/apache/bin/apachectl -k restart
# apache 순단 없이 재시작
/usr/local/apache/bin/apachectl graceful
'WEB > Apache' 카테고리의 다른 글
[Apache] Session clustering (0) | 2023.03.22 |
---|---|
[Linux] Apache Setting (0) | 2022.12.21 |