Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 주식 청약
- php
- 코드이그나이터
- codeigniter
- IPO
- MYSQL
- 7월 공모주 청약 일정
- 주식 청약 일정
- JavaScript
- 자바스크립트
- 6월 공모주 청약 일정
- 리눅스
- jquery
- css
- 오라클
- 자바
- 공모주
- linux
- Oracle
- 제이쿼리
- Eclipse
- SQL
- java
- 맥
- 공모주 청약
- html
- 주식
- 공모주 청약 일정
- Stock ipo
- Stock
Archives
- Today
- Total
개발자의 끄적끄적
[linux/ssl] lets encrypt Could not bind TCP port 80 because it is already in use by another process on this system 에러 해결 방법 본문
개발/linux
[linux/ssl] lets encrypt Could not bind TCP port 80 because it is already in use by another process on this system 에러 해결 방법
효벨 2024. 3. 28. 13:48728x90
반응형
[linux/ssl] lets encrypt Could not bind TCP port 80 because it is already in use by another process on this system 에러 해결 방법
linux 서버에
lets encrypt 인증서를 설치하려고 하다보면,
아래와 같이 포트 관련 에러가 뜨는 경우가 있습니다!
Could not bind TCP port 80 because it is already in use by another process on this system
그럴때는 간단하게
현재 서버에 돌아가고 있는 apache / nignx 등 웹서버를 종료하고
다시 인증서를 설치하시면 됩니다!
참고들 하세요!
반응형
'개발 > linux' 카테고리의 다른 글
[linux/crontab] how to set timezone in crontab / 리눅스 크론탭 타임존 설정방법 (0) | 2024.04.29 |
---|---|
[linux] php gd library 설치 방법 (0) | 2024.04.26 |
[linux/apache] CentOS에서 Apache 가상 호스트를 설정하는 방법 !! (0) | 2024.01.22 |
[linux] php-fpm permission denied 에러 해결 방법 (0) | 2024.01.10 |
[linux] RHEL 리눅스 버전확인 방법 (0) | 2023.12.13 |
Comments