Another correction to older Apache configs
authorScott Cantor <cantor.2@osu.edu>
Thu, 23 May 2013 03:06:13 +0000 (03:06 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 23 May 2013 03:06:13 +0000 (03:06 +0000)
configs/apache.config.in
configs/apache2.config.in
configs/apache22.config.in

index bf7f069..ba46f6b 100644 (file)
@@ -25,8 +25,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
+  Satisfy Any
   Allow from all
   Allow from all
-  AuthType None
 </Location>
 
 #
 </Location>
 
 #
@@ -35,8 +35,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so
 <IfModule mod_alias.c>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
   <Location /shibboleth-sp>
 <IfModule mod_alias.c>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
     Allow from all
-    AuthType None
   </Location>
 </IfModule>
 
   </Location>
 </IfModule>
 
index 8766263..e735d20 100644 (file)
@@ -16,8 +16,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_20.so
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
+  Satisfy Any
   Allow from all
   Allow from all
-  AuthType None
 </Location>
 
 #
 </Location>
 
 #
@@ -25,8 +25,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_20.so
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
     Allow from all
-    AuthType None
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </IfModule>
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </IfModule>
index 0154e6d..202cebb 100644 (file)
@@ -16,8 +16,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
+  Satisfy Any
   Allow from all
   Allow from all
-  AuthType None
 </Location>
 
 #
 </Location>
 
 #
@@ -25,8 +25,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
     Allow from all
-    AuthType None
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </IfModule>
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </IfModule>