일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- multipart
- Oracle
- eclipse hotdeploy
- partition by
- 컴퓨터 드라이버
- 한국소프트웨어산업협회
- TM128
- checkbox 값처리
- mysql
- ant path pattern
- String 배열
- extundelete
- mysql trigger
- jquery selectbox change
- String[]
- 첫주 및 마지막주 날짜 전체 포함
- map api v3
- ajax 동기방식처리
- 아이폰키보드
- update
- KOSA
- 주소 좌표변환
- ajax async
- 접속ip
- remote ip
- 2개 테이블
- http https
- 폐업자에 대한 업종등의 정보내역
- 서브쿼리
- group by max
- Today
- Total
하은양 믿음군 효실맘 호홍홍집s
아파치 (13)Permission denied: make_sock: could not bind to address [::]:444 본문
아파치 (13)Permission denied: make_sock: could not bind to address [::]:444
호홍홍집 2015. 12. 17. 13:14아파치 시작시 :
(13)Permission denied: make_sock: could not bind to address [::]:444
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:444
no listening sockets available, shutting down
Unable to open logs
요런 오류가 날때...
$ netstat -tunpl
사용하고 있는 다른 프로세서가 있는지 확인
--> 있으면 해당 프로세서를 정지하고 아파치가동
그래도 안되면...
# semanage port -l | grep http
http_cache_port_t tcp 3128, 8080, 8118, 8123, 10001-10010
http_cache_port_t udp 3130
http_port_t tcp 80, 443, 488, 8008, 8009, 8443
pegasus_http_port_t tcp 5988
pegasus_https_port_t tcp 5989
# semanage port -a -t http_port_t -p tcp 444
# semanage port -l | grep http
http_cache_port_t tcp 3128, 8080, 8118, 8123, 10001-10010
http_cache_port_t udp 3130
http_port_t tcp 444, 80, 443, 488, 8008, 8009, 8443
pegasus_http_port_t tcp 5988
pegasus_https_port_t tcp 5989
요딴식으로 추가해준당...
'가벼운 배움 > 서버관련' 카테고리의 다른 글
Centos 아파치 설치하기 (0) | 2016.04.26 |
---|---|
Linux df명령, du명령 (0) | 2016.04.07 |
Tomcat이 죽었는지 살았는지?^^ (0) | 2015.12.14 |
아파치 conf에서 redirect 시키기 (0) | 2015.12.10 |
SSL 설치시 비밀번호제외처리하기 (0) | 2015.12.08 |