nugawiki

./categories/os

오류 모음 403 yum httpd

업데이트 2026-07-21 조회수

오류 모음 403·yum·httpd

403 Forbidden

sestatus
# SELinux 끄기(비권장·재부팅 필요) 또는
chcon -R -h -t httpd_sys_content_t /path
setenforce 0   # 임시 Permissive

yum lock

rm -f /var/run/yum.pid

Apache

  • Require all granted → 2.4+ only (구버전 제거)
  • Could not reliably determine ... ServerNamehttpd.conf에서 ServerName 주석 해제

httpd SSL 컴파일

yum install openssl-devel

./comments