From: cantor Date: Sun, 22 Aug 2004 23:27:15 +0000 (+0000) Subject: Fix to Site definition X-Git-Tag: 2.4~1746 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=826baad3ab27237b126c114687f16356275f207a Fix to Site definition git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1148 cb58f699-b61c-0410-a6fe-9272a202ed29 --- 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">