Ignore:
Timestamp:
Apr 1, 2008, 11:36:37 PM (16 years ago)
Author:
geofft
Message:
Add rebecca to sudoers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/httpd/conf.d/scripts-special.conf

    r623 r708  
    1010<Location /__scripts/needcerts>
    1111    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
    1218    RewriteCond %{HTTP_HOST} !:444$
    1319    RewriteCond %{SERVER_NAME} !=scripts-cert.mit.edu
Note: See TracChangeset for help on using the changeset viewer.