명령어 종류 systemctl service /etc/init.d/ httpd 우분투 (서비스명: apache2) 아파치 상태 확인 systemctl status apache2 service apache2 status /etc/init.d/apache2 status 아파치 시작 systemctl start apache2 service apache2 start /etc/init.d/apache2 start 아파치 정지 systemctl stop apache2 service apache2 stop /etc/init.d/apache2 stop 아파치 재시작 systemctl restart apache2 service apache2 restart /etc/init.d/apache2 restart 아파치 리로드 ..