0. 가이드 확인 전 봐야할 중요사항


1. 예제와 실제 환경 구분

2. 모듈 활성화 확인

httpd -M

3. 로그 확인 (Homebrew 기준)

# Access log 확인
tail -f /opt/homebrew/var/log/httpd/access_log

# Error log 확인
tail -f /opt/homebrew/var/log/httpd/error_log

1. Apache(httpd)의 다양한 환경 지원

1-1. 로드 밸런싱


  1. 모듈 활성화