System/OS
2022.02.03 04:20

[apache2] Redirect HTTP to HTTPS

조회 수 694 추천 수 0 댓글 0
Atachment
첨부 '1'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

apache01.jpg




<VirtualHost *:80> 
  ServerName example.com
  ServerAlias www.example.com

  Redirect permanent / https://example.com/
</VirtualHost>

<VirtualHost *:443>
  ServerName example.com
  ServerAlias www.example.com

  Protocols h2 http/1.1

  # SSL Configuration

  # Other Apache Configuration

</VirtualHost>



<VirtualHost *:80> 
  ServerName example.com
  ServerAlias www.example.com

  Redirect permanent / https://example.com/
</VirtualHost>

<VirtualHost *:443>
  ServerName example.com
  ServerAlias www.example.com

  Protocols h2 http/1.1

  <If "%{HTTP_HOST} == 'www.example.com'">
    Redirect permanent / https://example.com/
  </If>

  # SSL Configuration

  # Other Apache Configuration

</VirtualHost>




[출처] https://linuxize.com/post/redirect-http-to-https-in-apache/




?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
186 System/OS Mac OS X - Apache+PHP+MySQL 환경 서버 hooni 2013.04.25 31629
185 System/OS [mac] 맥에서 슬립(잠자기) 모드 진입을 막는 방법~ hooni 2013.10.10 30890
184 System/OS [linux] 특정 문자열 포함된 파일 찾는 명령어 hooni 2013.10.16 30621
183 System/OS [linux] 랜카드가 2개 일 때 네트워크 설정 hooni 2003.04.23 30036
182 System/OS 맥북에서 MAC/윈도우 멀티부팅시 시간 설정 file hooni 2013.04.23 29764
181 System/OS [mac] OSX(맥) 단축키 설명 ㅎㅎ file hooni 2013.04.23 29573
180 System/OS [mysql] mysql user 생성시 ERROR 1364 hooni 2013.04.25 28508
179 System/OS [sql] insert into select 사용하기 hooni 2013.04.23 27556
178 System/OS [linux] 리눅스 파일시스템과 디렉토리 설명 hooni 2013.04.23 26878
177 System/OS [windows] 최근 열어본 문서목록 안나오게 하는 방법 hooni 2013.04.23 25487
176 System/OS [linux] 리눅스, 유닉스 CPU 이용률 확인.. hooni 2013.04.23 23783
175 System/OS [mac] 맥(OSX)에서 root 패스워드 설정하기 hooni 2013.04.23 22427
174 System/OS 컴파일러 수업 자료(교재 : 컴파일러 입문) file hooni 2003.04.23 21970
173 System/OS [windows] 윈도우 사용자 계정 로그인 암호 분실, 암호 변경하는 방법 file hooni 2015.07.09 21382
172 System/OS [doc] 코코아 프로그래밍 for MACOS 관련 내 분량.. file hooni 2013.04.23 20841
171 System/OS asx미디어 정보 기록.. hooni 2003.04.23 20534
Board Pagination Prev 1 2 3 4 5 ... 13 Next
/ 13