문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
wiki:web:apache [2020/04/03 20:01] dhan 만듦 |
wiki:web:apache [2023/01/30 19:33] (현재) dhan |
||
---|---|---|---|
줄 1: | 줄 1: | ||
====== Apache ===== | ====== Apache ===== | ||
+ | <WRAP left notice 80%> | ||
+ | * description : 주레피 현황 | ||
+ | * author | ||
+ | * email : dhan@repia.com | ||
+ | * lastupdate | ||
+ | </ | ||
+ | ===== httpd.conf ===== | ||
+ | http 로 들어올 경우 https 로 강제 전환(force redirect) \\ | ||
+ | 아파치 모듈중 mod_rewrite 를 사용하면 가능하다. \\ | ||
+ | <code xml> | ||
+ | < | ||
+ | RewriteEngine On | ||
+ | RewriteCond %{HTTPS} !=on | ||
+ | RewriteRule ^(.*)$ https:// | ||
+ | </ | ||
+ | </ | ||
+ | [[https:// | ||
+ | [[https:// | ||
+ | ===== Case Study ===== | ||
+ | * [[https:// | ||
+ | <code bash> | ||
+ | 아래의 파일을 수정해야 합니다. | ||
+ | $> ls / | ||
+ | </ | ||
+ | ===== SSL(https) 적용 가이드 ===== | ||
+ | * [[wiki: | ||
+ | // | ||
===== Ref ===== | ===== Ref ===== | ||
줄 13: | 줄 39: | ||
* [[https:// | * [[https:// | ||
- | + | {{tag> | |
- | {{tag> | + |