1. 프로세스 목록으로 확인
ps -ef | grep -E 'httpd|nginx'
2. 서비스 상태 확인하기
① Apache 확인: systemctl status httpd
② Nginx 확인: systemctl status nginx