Annotation of doc/install/linux/sslrewrite.conf, revision 1.1
1.1 ! raeburn 1: <IfModule mod_rewrite.c>
! 2: RewriteEngine on
! 3: RewriteCond %{HTTPS} =on
! 4: RewriteRule ^/adm/wrapper/ext/(?!https:\/\/) http://%{HTTP_HOST}%{REQUEST_URI} [R,L,NE]
! 5: RewriteCond %{REMOTE_ADDR} 127.0.0.1
! 6: RewriteRule (.*) - [L]
! 7: RewriteCond %{REMOTE_ADDR} {[[[[HostIP]]]]}
! 8: RewriteRule (.*) - [L]
! 9: RewriteCond %{REQUEST_URI} ^/public/.*/syllabus$
! 10: RewriteCond %{QUERY_STRING} (^|&)usehttp=1($|&)
! 11: RewriteRule ^/public/.*/syllabus$ http://%{HTTP_HOST}%{REQUEST_URI} [R,L,NE]
! 12: </IfModule>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>