Changeset 1483 for trunk/server/fedora/config
- Timestamp:
- Feb 22, 2010, 3:09:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/config/etc/httpd/conf.d/scripts-special.conf
r1264 r1483 29 29 RewriteRule ^ https://%{SERVER_NAME}:444%1 [L,R] 30 30 31 RewriteCond %{HTTP_USER_AGENT} Mac\ OS\ X.*AppleWebKit 32 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts(.*) /__scripts/safarihack$1 [L] 33 31 34 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts(.+) $1 [L] 32 35 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts /__scripts/unauthorized.html [L] 33 36 </Location> 37 38 <Location /__scripts/safarihack> 39 SSLVerifyClient require 40 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/safarihack(.+) $1 [L] 41 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/safarihack /__scripts/unauthorized.html [L] 42 </Location>
Note: See TracChangeset
for help on using the changeset viewer.