CentOS 서버에서 웹 서버 소프트웨어 확인 방법
👁 조회 84
📅 2026-01-14
1. 프로세스 목록으로 확인
ps -ef | grep -E 'httpd|nginx'
2. 서비스 상태 확인하기
① Apache 확인: systemctl status httpd
② Nginx 확인: systemctl status nginx
1. 프로세스 목록으로 확인
ps -ef | grep -E 'httpd|nginx'
2. 서비스 상태 확인하기
① Apache 확인: systemctl status httpd
② Nginx 확인: systemctl status nginx