Unix installation fixes
[shibboleth/sp.git] / configs / apache.config.in
index ee5e61d..14f80f9 100644 (file)
@@ -18,8 +18,9 @@ ShibSchemaDir @-PKGXMLDIR-@
 ShibConfig @-PKGSYSCONFDIR-@/shibboleth.xml
 
 #
-# A handler needs to be established for the SHIRE URL
-# This applies the handler to any documents with a "shire" extension
+# An Apache handler needs to be established for the "handler" location.
+# This applies the handler to any requests for a resource with a ".sso"
+# extension.
 #
 <Files *.sso>
 SetHandler shib-handler
@@ -36,8 +37,8 @@ SetHandler shib-handler
 # Used for example logo and style sheet in error templates.
 #
 <IfModule mod_alias.c>
-  Alias /shibtarget/main.css @-PREFIX-@/doc/shibboleth/main.css
-  Alias /shibtarget/logo.jpg @-PREFIX-@/doc/shibboleth/logo.jpg
+  Alias /shibboleth-sp/main.css @-PREFIX-@/doc/shibboleth/main.css
+  Alias /shibboleth-sp/logo.jpg @-PREFIX-@/doc/shibboleth/logo.jpg
 </IfModule>
 
 #
@@ -46,8 +47,8 @@ SetHandler shib-handler
 # You can now do most of this in shibboleth.xml using the RequestMap
 # but you MUST enable AuthType shibboleth for the module to process
 # any requests, and there MUST be a require command as well. To
-# enable Shibboleth but not specify any session/access requirement
-# use "require Shibboleth".
+# enable Shibboleth but not specify any session/access requirements
+# use "require shibboleth".
 #
 <Location /secure>
   AuthType shibboleth