mturk 2002/10/03 03:52:16
Modified: jk/xdocs/jk2 configweb.xml
Log:
Add the explanation about uri:*:port scheme.
Revision Changes Path
1.11 +8 -1 jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml
Index: configweb.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- configweb.xml 3 Oct 2002 06:58:24 -0000 1.10
+++ configweb.xml 3 Oct 2002 10:52:16 -0000 1.11
@@ -151,7 +151,14 @@
<p>
Special case is a default server named as <b>[uri:*]</b> that is used
when the virtual
host cannot be found inside the configuration. All the uri directives
not containing
- host name belongs to this default server making global mappings.<br />
+ host name belongs to this default server making global mappings.
+ </p>
+ <p>
+ Addition wild char scheme id <b>[uri:*:port]</b> that is used when you
wish to
+ match any virtual host having specified (non-default) port number, like
[uri:*:443].
+ This will map all the virtual hosts no mather what is their name but
that have port number 443.
+ </p>
+ <p>
The order how the host names are resolved is :
<ul>
<li>Exact host name and optional non default port number</li>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>