일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 앱리소스
- Android
- MSYS2
- fido
- Nodejs
- apple
- SSL
- kmip
- SwiftUI
- css
- SSH
- albumbook
- git
- OSX
- OTP
- 앨범북
- MFA
- 인증
- openssl
- appres
- Xcode
- 안드로이드
- WebAuthn
- SWIFT
- 2FA
- otpkey
- 앱스토어
- 애플
- FIDO2
- MYSQL
- Today
- Total
인디노트
httpd Permission denied make_sock could not bind to address 0.0.0.0:9443 본문
httpd Permission denied make_sock could not bind to address 0.0.0.0:9443
인디개발자 2018. 3. 7. 14:49[root@centos7 certs]# systemctl status httpd
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2018-03-07 00:44:55 EST; 12s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 11844 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 11840 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 11840 (code=exited, status=1/FAILURE)
Mar 07 00:44:55 centos7 httpd[11840]: (13)Permission denied: AH00072: make_sock: could not bind to address [::]:9443
Mar 07 00:44:55 centos7 httpd[11840]: (13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:9443
Mar 07 00:44:55 centos7 httpd[11840]: no listening sockets available, shutting down
Mar 07 00:44:55 centos7 httpd[11840]: AH00015: Unable to open logs
Mar 07 00:44:55 centos7 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Mar 07 00:44:55 centos7 kill[11844]: kill: cannot find process ""
Mar 07 00:44:55 centos7 systemd[1]: httpd.service: control process exited, code=exited status=1
Mar 07 00:44:55 centos7 systemd[1]: Failed to start The Apache HTTP Server.
Mar 07 00:44:55 centos7 systemd[1]: Unit httpd.service entered failed state.
Mar 07 00:44:55 centos7 systemd[1]: httpd.service failed.
위와 같은 문제가 발생하면
[root@centos7 certs]# yum -y install policycoreutils-python
[root@centos7 certs]# semanage port -a -t http_port_t -p tcp 9443
'개발 플랫폼 및 언어' 카테고리의 다른 글
tomcat service 실행 스크립트 (0) | 2018.03.10 |
---|---|
Linux NFS 파일 공유 (0) | 2018.03.10 |
apache httpd 에 SSL/HTTPS 적용 및 VirtualHost 에 SNI(Server Name Indication) 문제 해결 (0) | 2018.03.07 |
OpenSSL 로 ROOT CA 생성 및 SSL 인증서 발급 (0) | 2018.03.07 |
리눅스 하드디스크 용량 늘리기 (0) | 2018.03.06 |