Changeset 2119 for trunk/server/fedora/config
- Timestamp:
- Jan 25, 2012, 4:11:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/config/etc/httpd/conf.d/scripts-special.conf
r2066 r2119 30 30 31 31 RewriteCond %{HTTP_USER_AGENT} Mac\ OS\ X.*AppleWebKit 32 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts(.*) /__scripts/ safarihack$1 [L]32 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts(.*) /__scripts/certerror$1 [L] 33 33 34 34 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts(.+) $1 [L] … … 36 36 </Location> 37 37 38 <Location /__scripts/ safarihack>38 <Location /__scripts/certerror> 39 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]40 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/certerror(.+) $1 [L] 41 RewriteRule /afs/athena.mit.edu/contrib/scripts/www/certerror /__scripts/unauthorized.html [L] 42 42 </Location>
Note: See TracChangeset
for help on using the changeset viewer.