From: Scott Cantor Date: Thu, 23 May 2013 03:06:13 +0000 (+0000) Subject: Another correction to older Apache configs X-Git-Tag: 2.5.2~13 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=16658259b0b6430b9737a61e0c5968fa4ff71181 Another correction to older Apache configs --- diff --git a/configs/apache.config.in b/configs/apache.config.in index bf7f069..ba46f6b 100644 --- a/configs/apache.config.in +++ b/configs/apache.config.in @@ -25,8 +25,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so # Ensures handler will be accessible. # + Satisfy Any Allow from all - AuthType None # @@ -35,8 +35,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css + Satisfy Any Allow from all - AuthType None diff --git a/configs/apache2.config.in b/configs/apache2.config.in index 8766263..e735d20 100644 --- a/configs/apache2.config.in +++ b/configs/apache2.config.in @@ -16,8 +16,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_20.so # Ensures handler will be accessible. # + Satisfy Any Allow from all - AuthType None # @@ -25,8 +25,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_20.so # + Satisfy Any Allow from all - AuthType None Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css diff --git a/configs/apache22.config.in b/configs/apache22.config.in index 0154e6d..202cebb 100644 --- a/configs/apache22.config.in +++ b/configs/apache22.config.in @@ -16,8 +16,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so # Ensures handler will be accessible. # + Satisfy Any Allow from all - AuthType None # @@ -25,8 +25,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so # + Satisfy Any Allow from all - AuthType None Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css