[cpp-sp COMMIT] in /branches/REL_2/configs: apache.config.in apache2.config.in apache22.config.in

noreply at shibboleth.net noreply at shibboleth.net
Wed May 22 23:06:13 EDT 2013


Author: scantor
Date: Wed May 22 23:06:13 2013
New Revision: 3855

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3855&view=rev
Log:
Another correction to older Apache configs

Modified:
    branches/REL_2/configs/apache.config.in
    branches/REL_2/configs/apache2.config.in
    branches/REL_2/configs/apache22.config.in

Modified: branches/REL_2/configs/apache.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache.config.in?rev=3855&r1=3854&r2=3855&view=diff
==============================================================================
--- branches/REL_2/configs/apache.config.in (original)
+++ branches/REL_2/configs/apache.config.in Wed May 22 23:06:13 2013
@@ -25,8 +25,8 @@
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
+  Satisfy Any
   Allow from all
-  AuthType None
 </Location>
 
 #
@@ -35,8 +35,8 @@
 <IfModule mod_alias.c>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
-    AuthType None
   </Location>
 </IfModule>
 

Modified: branches/REL_2/configs/apache2.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache2.config.in?rev=3855&r1=3854&r2=3855&view=diff
==============================================================================
--- branches/REL_2/configs/apache2.config.in (original)
+++ branches/REL_2/configs/apache2.config.in Wed May 22 23:06:13 2013
@@ -16,8 +16,8 @@
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
+  Satisfy Any
   Allow from all
-  AuthType None
 </Location>
 
 #
@@ -25,8 +25,8 @@
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
-    AuthType None
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </IfModule>

Modified: branches/REL_2/configs/apache22.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache22.config.in?rev=3855&r1=3854&r2=3855&view=diff
==============================================================================
--- branches/REL_2/configs/apache22.config.in (original)
+++ branches/REL_2/configs/apache22.config.in Wed May 22 23:06:13 2013
@@ -16,8 +16,8 @@
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
+  Satisfy Any
   Allow from all
-  AuthType None
 </Location>
 
 #
@@ -25,8 +25,8 @@
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
-    AuthType None
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
 </IfModule>



More information about the commits mailing list