From 16658259b0b6430b9737a61e0c5968fa4ff71181 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 23 May 2013 03:06:13 +0000 Subject: [PATCH] Another correction to older Apache configs --- configs/apache.config.in | 4 ++-- configs/apache2.config.in | 4 ++-- configs/apache22.config.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.1.4