all https 인 사이트에서 apache mod_status 모니터링 열기

  • hotrod
    (hotrod)
  • hotrod's Avatar 이 글의 작성자
  • Offline
  • Newbie
  • Newbie
더보기
28 Jan 2019 15:46 - 28 Jan 2019 15:47 #4405 작성자: hotrod
hotrod 님의 글: all https 인 사이트에서 apache mod_status 모니터링 열기
현재 설정

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R,L]

수정 설정

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !=/server-status
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R,L]
더보기
17 Jul 2019 05:37 - 17 Jul 2019 05:37 #4758 작성자: xixixaxa
xixixaxa 님의 답글: all https 인 사이트에서 apache mod_status 모니터링 열기
저희는 이렇게 되어 있네요

RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !^/server-status
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
Time to create page: 0.054 seconds
Powered by Kunena Forum