[OHS] (13)Permission denied: AH00072: make_sock: could not bind to address [::]:80

lakhyun.kim·2021년 12월 2일
0

오류내용

OHS에서 LESTEN 80 추가 후 오류 발생

<(13)Permission denied: AH00072: make_sock: could not bind to address [::]:80>
<(13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:80>
<no listening sockets available, shutting down>
<AH00015: Unable to open logs>

원인

일반적으로 Well-Known port는 root 및 관리자 계정으로만 실행이 가능합니다.
일반 계정으로 Listen 포트가 80으로 설정된 웹 서버를 실행 할 경우 위와 같은 에러가 발생합니다.

해결방법

cd ohs설치경로/ohs/bin
chown root:웹관리자계정 launch
chmod 4750 launch

예시

cd /WEBSERVER/ohs/bin
chown root:webadmin launch
chmod 4750 launch
profile
기록하자.

0개의 댓글