일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- OSI7계층
- Cosmos
- 라우터
- 리눅스
- 코딩테스트
- database
- 스노트 룰
- TDD
- 프로그래머스
- programmers
- Snort Rule
- docker
- Python
- Container
- osi7layer
- 코딩 테스트
- MySQL
- 스노트
- snort
- db
- Router
- 라우팅
- Routing
- Linux
- 트레바리
- 도커
- 컨테이너
- 라우팅프로토콜
- coding test
- 데이터베이스
Archives
- Today
- Total
목록웹서버 (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT
웹 서버의 보안구성 https settings
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