Toggle theme
문제를 잘 정의하는 것은 문제를 절반 해결한 것이다. - 2023.12
사용자 도구
Toggle theme
로그인
사이트 도구
검색
도구
문서 보기
이전 판
PDF로 내보내기
Fold/unfold all
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
현재 위치:
start
»
wiki
»
web
»
apache
wiki:web:apache
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== Apache ===== <WRAP left notice 80%> * description : 주레피 현황 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-04-02 </WRAP> ===== httpd.conf ===== http 로 들어올 경우 https 로 강제 전환(force redirect) \\ 아파치 모듈중 mod_rewrite 를 사용하면 가능하다. \\ <code xml> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R,L] </IfModule> </code> [[https://www.lesstif.com/system-admin/http-https-force-redirect-6291722.html|http 로 들어올 경우 https 로 강제 전환(force redirect)]] \\ [[https://sarc.io/index.php/httpd/1120-apache-https-http-redirect-rewrite|Apache HTTPS/HTTP 리다이렉트(Redirect/Rewrite) 하는 방법]] \\ ===== Case Study ===== * [[https://linuxhint.com/get-rid-apache-test-page-centos/|How to Get Rid of Apache Test Page in Centos, 기본 테스트 페이지 변경하기]] <code bash> 아래의 파일을 수정해야 합니다. $> ls /etc/httpd/conf.d/welcome.conf </code> ===== SSL(https) 적용 가이드 ===== * [[wiki:web:apache:SSL 적용 가이드]]// // ===== Ref ===== * [[https://archive.apache.org/dist/httpd/|다운로드 사이트]] * [[https://www.tecmint.com/hide-apache-web-server-version-information/|How to Hide Apache Version Number and Other Sensitive Info]] * [[https://cwiki.apache.org/confluence/display/HTTPD/DirectoryListings|DirectoryListings]] * [[https://aeac.tistory.com/23|Linux Apache - 가상호스트설정(Apache virtual host)]] Apache 2.4.x {{tag>주레피 김토피아 apache ssl https}}
/volume1/web/dokuwiki/data/pages/wiki/web/apache.txt
· 마지막으로 수정됨: 2023/01/30 19:33 저자
dhan
문서 도구
문서 보기
이전 판
역링크
PDF로 내보내기
Fold/unfold all
맨 위로