728x90
httpd.conf내에 아래와 같이 작성
# Enabling rewrite
RewriteEngine on
# Any request to root will be redirected to HTTPS
RewriteRule ^/$ https://%{HTTP_HOST}/ [R,L]
# Any request to any context will be redirected to HTTPS (with the content)
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R,L]'WEB-SERVER > OHS & JBCS & Apache' 카테고리의 다른 글
| [OHS 14.1.2] auto_login이 아닌 wallet을 auto_login_only wallet으로 전환하는 법 (0) | 2025.12.03 |
|---|---|
| [OHS 12c R2] 기본 인증서 만료 시 발생하는 shutdown 방지 조치 - plain mode (0) | 2025.12.01 |
| [JBCS-Apache] httpd 커맨드 사용 시, No such file or directory (0) | 2025.11.18 |
| [JBCS-apache] 설치 for Linux & 80/443 포트 사용하기 (0) | 2025.11.18 |
| [OHS] nodeManager - Admin Port 간 SSL 통신 비활성화 (Linux/Unix 환경) (0) | 2025.11.03 |