Changeset 605 for server/fedora


Ignore:
Timestamp:
Jan 10, 2008, 7:04:36 PM (16 years ago)
Author:
andersk
Message:
blah blah APACHE HAS NO GODDAMN ABSTRACTION BARRIERS blah blah blah.
File:
1 edited

Legend:

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

    r604 r605  
    66    </Files>
    77</Directory>
    8 
    9 Alias /__scripts/unauthorized /afs/athena.mit.edu/contrib/scripts/www/unauthorized.html
    108
    119<Location /__scripts/needcerts>
     
    1715    RewriteRule ^ https://%{SERVER_NAME}:444%1 [L,R]
    1816
    19     RewriteRule /__scripts/needcerts(.+) $1 [L]
    20     RewriteRule /__scripts/needcerts /__scripts/unauthorized [L]
     17    RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts(.+) $1 [L]
     18    RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts /__scripts/unauthorized.html [L]
    2119</Location>
Note: See TracChangeset for help on using the changeset viewer.