DocumentRoot(파일 위치) · <Directory>(접근 권한) · <VirtualHost>(사이트별 분기).User apache로 권한 낮추기, 운영에서 Options Indexes 끄기, Apache 2.4의 Require 문법 쓰기(2.2는 Order/Allow).httpd -t로 문법 검사 후 재시작. 가상 호스트 목록은 httpd -S, 모듈은 httpd -M.httpd**다(데비안 계열은 apache2).# 설치
yum install httpd
# 데몬 제어
systemctl start httpd
systemctl enable httpd # 부팅 시 자동 시작
systemctl status httpd