From 41d82a07e6dbe00ced539bbb21123c31e64a0fa7 Mon Sep 17 00:00:00 2001 From: cantor Date: Wed, 14 Apr 2004 17:40:41 +0000 Subject: [PATCH] Added alias commands for css/logo git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@990 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configs/apache.config.in | 8 ++++++++ configs/apache2.config.in | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/configs/apache.config.in b/configs/apache.config.in index 6faa538..9c30756 100644 --- a/configs/apache.config.in +++ b/configs/apache.config.in @@ -26,6 +26,14 @@ SetHandler shib-shire-post # +# Used for example logo and style sheet in error templates. +# + + Alias /shibtarget/main.css @-PREFIX-@/doc/shibboleth/main.css + Alias /shibtarget/logo.jpg @-PREFIX-@/doc/shibboleth/logo.jpg + + +# # Configure the module for content # # You can now do most of this in shibboleth.xml using the RequestMap diff --git a/configs/apache2.config.in b/configs/apache2.config.in index 9d5e67b..8b9c025 100644 --- a/configs/apache2.config.in +++ b/configs/apache2.config.in @@ -18,6 +18,14 @@ ShibSchemaDir @-PKGSYSCONFDIR-@ ShibConfig @-PKGSYSCONFDIR-@/shibboleth.xml # +# Used for example logo and style sheet in error templates. +# + + Alias /shibtarget/main.css @-PREFIX-@/doc/shibboleth/main.css + Alias /shibtarget/logo.jpg @-PREFIX-@/doc/shibboleth/logo.jpg + + +# # Configure the module for content # # You can now do most of this in shibboleth.xml using the RequestMap -- 2.1.4