반응형
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
- python
- docker
- aws #engineer
- WEB
- Kubernetes
- namespace
- mongodb operator
- ioredirection
- Vagrant
- DOIK
- 컨테이너
- container
- variable
- bash
- Engineer
- 초간단파이썬
- httpd실행
- k8s
- devops #jenkins
- 파이썬
- multivm
- 쿠버네티스
- RSS
- devops #engineer
- Strimzi
- java
- linux
- nginx
- springboot
- 도커
Archives
- Today
- Total
목록apache (1)
샤인의 IT (막 적는) 메모장
[Apache] WEB 설정(httpd.conf) 파일 정리
Apache WEB 서버 구성파일(httpd.conf) 설정 정보 정리 Apache 구성 파일 위치 vi /etc/httpd/conf/httpd.conf HTTP로 응답할 헤드를 설정하는 Servertokens 옵션 최소한의 정보를 가져오도록만 설정하는게 보안에 좋음. Prod / Major / Minor / Min / OS / Full 옵션 **Servertokens Prod Server sends (e.g): Server : Apache Apache Home Directory 지정 ServerRoot ServerRoot "/etc/httpd" Apache가 가동되는 동안 수신할 포트 지정 Listen Listen 80 Apache와 호환되는 모듈 로드 LoadModule ssl_module modul..
Open Source
2021. 12. 30. 17:22