Changeset 708 for server/fedora/config/etc/httpd/conf.d
- Timestamp:
- Apr 1, 2008, 11:36:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/config/etc/httpd/conf.d/scripts-special.conf
r623 r708 10 10 <Location /__scripts/needcerts> 11 11 RewriteEngine On 12 13 RewriteCond %{HTTP_HOST} !:444$ 14 RewriteCond %{SERVER_NAME} ^(.*\.)?scripts$ 15 RewriteCond %{THE_REQUEST} ^[^\ ]*\ (.*)\ .* 16 RewriteRule ^ https://%{SERVER_NAME}.mit.edu:444%1 [L,R] 17 12 18 RewriteCond %{HTTP_HOST} !:444$ 13 19 RewriteCond %{SERVER_NAME} !=scripts-cert.mit.edu
Note: See TracChangeset
for help on using the changeset viewer.