billbarker 2005/04/29 21:35:37 Modified: webapps/docs changelog.xml webapps/docs/config ajp.xml http.xml Log: Update docs to include new Virtual Host option. Revision Changes Path 1.296 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.295 retrieving revision 1.296 diff -u -r1.295 -r1.296 --- changelog.xml 29 Apr 2005 17:18:21 -0000 1.295 +++ changelog.xml 30 Apr 2005 04:35:37 -0000 1.296 @@ -136,6 +136,9 @@ Add Apache Portable Runtime based HTTP/1.1 protocol handler, without SSL support, which provides efficient worker thread usage (remm) </add> + <add> + <bug>34648</bug>: Add configuration option to enable IP-based Virtual Hosts. (billbarker) + </add> </changelog> </subsection> 1.14 +6 -0 jakarta-tomcat-catalina/webapps/docs/config/ajp.xml Index: ajp.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/ajp.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ajp.xml 6 Apr 2005 15:54:05 -0000 1.13 +++ ajp.xml 30 Apr 2005 04:35:37 -0000 1.14 @@ -147,6 +147,12 @@ </p> </attribute> + <attribute name="useIPVHosts" required="false"> + <p>Set this attribute to <code>true</code> to cause Tomcat to use + the ServerName passed by the native web server to determine the Host + to send the request to. The default value is <code>false</code>.</p> + </attribute> + <attribute name="xpoweredBy" required="false"> <p>Set this attribute to <code>true</code> to cause Tomcat to advertise support for the Srevlet specification using the header recommended in the 1.22 +6 -0 jakarta-tomcat-catalina/webapps/docs/config/http.xml Index: http.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/http.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- http.xml 6 Apr 2005 15:54:05 -0000 1.21 +++ http.xml 30 Apr 2005 04:35:37 -0000 1.22 @@ -146,6 +146,12 @@ </p> </attribute> + <attribute name="useIPVHosts" required="false"> + <p>Set this attribute to <code>true</code> to cause Tomcat to use + the IP address that the request was recieved on to determine the Host + to send the request to. The default value is <code>false</code>.</p> + </attribute> + <attribute name="xpoweredBy" required="false"> <p>Set this attribute to <code>true</code> to cause Tomcat to advertise support for the Srevlet specification using the header recommended in the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]