From 8e5452867fdeecbb3156a55aa60b0a785f161dc6 Mon Sep 17 00:00:00 2001 From: cantor Date: Sun, 22 Aug 2004 23:31:59 +0000 Subject: [PATCH] Fix to Site definition git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1068 ab3bd59b-922f-494d-bb5f-6f0a3c29deca --- doc/DEPLOY-GUIDE-TARGET.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/DEPLOY-GUIDE-TARGET.html b/doc/DEPLOY-GUIDE-TARGET.html index 7b9c556..01efcb0 100644 --- a/doc/DEPLOY-GUIDE-TARGET.html +++ b/doc/DEPLOY-GUIDE-TARGET.html @@ -1026,7 +1026,7 @@ most minor "letter" updates should be usable.

<!-- IIS only: <Implementation> <ISAPI normalizeRequest="true"> - <Site id="1" scheme="https" host="localhost" port="443"/> + <Site id="1" scheme="https" name="localhost" port="443"/> </ISAPI> </Implementation> --> @@ -1664,10 +1664,10 @@ cookieProps="URL"> which provides fine-grained control over aspects of target behavior at a host, path, or document level.

-
<Site id="INSTANCE_ID" host="fqdn" scheme="http/https" port="integer">
+
<Site id="INSTANCE_ID" name="fqdn" scheme="http/https" port="integer">

This element is placed in the ISAPI element to specify a - mapping from individual instance ID's to the corresponding host, port, and scheme.

+ mapping from individual instance ID's to the corresponding hostname, port, and scheme.

<TCPListener address="pathname" port="integer" acl="ip">
-- 1.7.10.4