일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 라우터
- Linux
- coding test
- MySQL
- 프로그래머스
- programmers
- Cosmos
- Snort Rule
- Python
- Container
- 데이터베이스
- 코딩 테스트
- 코딩테스트
- 스노트
- 컨테이너
- 트레바리
- Router
- 라우팅
- docker
- snort
- 라우팅프로토콜
- db
- TDD
- osi7layer
- OSI7계층
- 스노트 룰
- database
- Routing
- 리눅스
- 도커
Archives
- Today
- Total
목록https 구성 (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT
SSL 모듈을 이용해 https 구성하기yum install httpd -y, httpd 설치 (모듈에 대한 설정을 하기 위함)( /var/www/html/ : Default Path, httpd.conf DocumentRoot의 경로로 지정되어있다. ) #Server Token - Http Header를 구성 /etc/httpd/conf/httpd.conf ServerTokens Prod // Header에서 가장 적은 정보만 알려줄 수 있도록 systemctl restart httpd netcat을 이용해 GET Header 부분 최소한의 정보만을 보여주는걸 알 수 있다. process 확인해보기 web 접속 후 netstat -anlp | grep :8 EST..
Simple is IT/Server
2020. 5. 7. 10:16