[cpp-sp COMMIT] in /branches/REL_2/configs: apache.config.in apache2.config.in apache22.config.in apache24.config.in
noreply at shibboleth.net
noreply at shibboleth.net
Tue May 21 10:44:38 EDT 2013
Author: scantor
Date: Tue May 21 10:44:37 2013
New Revision: 3850
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3850&view=rev
Log:
Corrections to SSPCPP-493 change
Modified:
branches/REL_2/configs/apache.config.in
branches/REL_2/configs/apache2.config.in
branches/REL_2/configs/apache22.config.in
branches/REL_2/configs/apache24.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=3850&r1=3849&r2=3850&view=diff
==============================================================================
--- branches/REL_2/configs/apache.config.in (original)
+++ branches/REL_2/configs/apache.config.in Tue May 21 10:44:37 2013
@@ -25,10 +25,8 @@
# Ensures handler will be accessible.
#
<Location /Shibboleth.sso>
- Satisfy Any
Allow from all
AuthType None
- Require all granted
</Location>
#
@@ -37,10 +35,8 @@
<IfModule mod_alias.c>
Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
<Location /shibboleth-sp>
- Satisfy Any
Allow from all
AuthType None
- Require all granted
</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=3850&r1=3849&r2=3850&view=diff
==============================================================================
--- branches/REL_2/configs/apache2.config.in (original)
+++ branches/REL_2/configs/apache2.config.in Tue May 21 10:44:37 2013
@@ -16,10 +16,8 @@
# Ensures handler will be accessible.
#
<Location /Shibboleth.sso>
- Satisfy Any
Allow from all
AuthType None
- Require all granted
</Location>
#
@@ -27,10 +25,8 @@
#
<IfModule mod_alias.c>
<Location /shibboleth-sp>
- Satisfy Any
Allow from all
AuthType None
- Require all granted
</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=3850&r1=3849&r2=3850&view=diff
==============================================================================
--- branches/REL_2/configs/apache22.config.in (original)
+++ branches/REL_2/configs/apache22.config.in Tue May 21 10:44:37 2013
@@ -16,10 +16,8 @@
# Ensures handler will be accessible.
#
<Location /Shibboleth.sso>
- Satisfy Any
Allow from all
AuthType None
- Require all granted
</Location>
#
@@ -27,10 +25,8 @@
#
<IfModule mod_alias.c>
<Location /shibboleth-sp>
- Satisfy Any
Allow from all
AuthType None
- Require all granted
</Location>
Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
</IfModule>
Modified: branches/REL_2/configs/apache24.config.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/apache24.config.in?rev=3850&r1=3849&r2=3850&view=diff
==============================================================================
--- branches/REL_2/configs/apache24.config.in (original)
+++ branches/REL_2/configs/apache24.config.in Tue May 21 10:44:37 2013
@@ -16,8 +16,6 @@
# Ensures handler will be accessible.
#
<Location /Shibboleth.sso>
- Satisfy Any
- Allow from all
AuthType None
Require all granted
</Location>
@@ -27,8 +25,6 @@
#
<IfModule mod_alias.c>
<Location /shibboleth-sp>
- Satisfy Any
- Allow from all
AuthType None
Require all granted
</Location>
More information about the commits
mailing list