Diff for /doc/install/linux/sslrewrite.conf between versions 1.1 and 1.2

version 1.1, 2018/07/17 01:59:39 version 1.2, 2018/12/27 20:11:55
Line 1 Line 1
 <IfModule mod_rewrite.c>  <IfModule mod_rewrite.c>
   RewriteEngine on    RewriteEngine on
   RewriteCond %{HTTPS} =on    RewriteCond %{HTTPS} =on
     RewriteCond %{REQUEST_URI} ^/adm/wrapper/ext/(?!https:\/\/)
     RewriteCond %{QUERY_STRING} (^|&(|amp;))usehttp=1($|&)
   RewriteRule ^/adm/wrapper/ext/(?!https:\/\/) http://%{HTTP_HOST}%{REQUEST_URI} [R,L,NE]    RewriteRule ^/adm/wrapper/ext/(?!https:\/\/) http://%{HTTP_HOST}%{REQUEST_URI} [R,L,NE]
   RewriteCond %{REMOTE_ADDR} 127.0.0.1    RewriteCond %{REMOTE_ADDR} 127.0.0.1
   RewriteRule (.*) - [L]    RewriteRule (.*) - [L]
   RewriteCond %{REMOTE_ADDR} {[[[[HostIP]]]]}    RewriteCond %{REMOTE_ADDR} {[[[[HostIP]]]]}
   RewriteRule (.*) - [L]    RewriteRule (.*) - [L]
   RewriteCond %{REQUEST_URI} ^/public/.*/syllabus$    RewriteCond %{REQUEST_URI} ^/public/.*/syllabus$
   RewriteCond %{QUERY_STRING} (^|&)usehttp=1($|&)    RewriteCond %{QUERY_STRING} (^|&(|amp;))usehttp=1($|&)
   RewriteRule ^/public/.*/syllabus$ http://%{HTTP_HOST}%{REQUEST_URI} [R,L,NE]    RewriteRule ^/public/.*/syllabus$ http://%{HTTP_HOST}%{REQUEST_URI} [R,L,NE]
 </IfModule>  </IfModule>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>