You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by wo...@apache.org on 2009/10/05 19:54:09 UTC

svn commit: r821939 - /portals/site/applications/src/site/xdoc/webcontent/index.xml

Author: woonsan
Date: Mon Oct  5 17:54:09 2009
New Revision: 821939

URL: http://svn.apache.org/viewvc?rev=821939&view=rev
Log:
JS2-1071: Adding explanation on new properties.

Modified:
    portals/site/applications/src/site/xdoc/webcontent/index.xml

Modified: portals/site/applications/src/site/xdoc/webcontent/index.xml
URL: http://svn.apache.org/viewvc/portals/site/applications/src/site/xdoc/webcontent/index.xml?rev=821939&r1=821938&r2=821939&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent/index.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent/index.xml Mon Oct  5 17:54:09 2009
@@ -625,9 +625,29 @@
               </td>
             </tr>
             <tr>
+              <td>proxy.reverse.pass.dynamicProxyPathMapperCacheCount</td>
+              <td>1000</td>
+              <td>2000</td>
+              <td>
+                The cache count of proxy path mappers which are dynamically created by glob style mappings.
+              </td>
+            </tr>
+            <tr>
+              <td>proxy.reverse.pass.maxMatchingPathPartCount</td>
+              <td>2</td>
+              <td>3</td>
+              <td>
+                The max matching path part count.
+              </td>
+            </tr>
+            <tr>
               <td>proxy.reverse.pass.&lt;pathname&gt;.local</td>
               <td></td>
-              <td>/portals/</td>
+              <td>
+                /portals/<br/>
+                or<br/>
+                /*.apache/
+              </td>
               <td>
                 &lt;pathname&gt; should be replaced by the real path name.
                 With this example, you may use 'apache' or 'portals' for &lt;pathname&gt;.
@@ -635,12 +655,19 @@
                 The base local path info of the reverse proxy mapping.
                 For example, if the relative url is '/webcontent/rproxy/portals/index.html', then
                 because the path info is '/portals/index.html', this path mapping is selected.
+                <br/>
+                This property can have a glob expression with '*'. Each '*' expression is translated
+                into regular expression variable references in the remote URL values.
               </td>
             </tr>
             <tr>
               <td>proxy.reverse.pass.&lt;pathname&gt;.remote</td>
               <td></td>
-              <td>http://portals.apache.org/</td>
+              <td>
+                http://portals.apache.org/<br/>
+                or<br/>
+                http://$1.apache.org/
+              </td>
               <td>
                 &lt;pathname&gt; should be replaced by the real path name.
                 With this example, you may use 'apache' or 'portals' for &lt;pathname&gt;.
@@ -665,6 +692,16 @@
               </td>
             </tr>
             <tr>
+              <td>proxy.reverse.pass.&lt;pathname&gt;.rewriter.basic.property.&lt;propertyName&gt;</td>
+              <td></td>
+              <td>propertyValue</td>
+              <td>
+                &lt;pathname&gt; and &gt;propertyName&lt; should be replaced by the real property name.
+                <br/>
+                Sets property with the value on the basic rewriter bean instance. 
+              </td>
+            </tr>
+            <tr>
               <td>proxy.reverse.pass.&lt;pathname&gt;.rewriter.rulebased</td>
               <td></td>
               <td>
@@ -678,6 +715,16 @@
               </td>
             </tr>
             <tr>
+              <td>proxy.reverse.pass.&lt;pathname&gt;.rewriter.rulebased.property.&lt;propertyName&gt;</td>
+              <td></td>
+              <td>propertyValue</td>
+              <td>
+                &lt;pathname&gt; and &gt;propertyName&lt; should be replaced by the real property name.
+                <br/>
+                Sets property with the value on the rule-based rewriter bean instance. 
+              </td>
+            </tr>
+            <tr>
               <td>proxy.reverse.pass.&lt;pathname&gt;.rewriter.parserAdaptor</td>
               <td></td>
               <td>
@@ -720,6 +767,16 @@
               </td>
             </tr>
             <tr>
+              <td>proxy.reverse.pass.&lt;pathname&gt;.rewriter.parserAdaptor.&lt;parserAdaptorName&gt;.&lt;propertyName&gt;</td>
+              <td></td>
+              <td>propertyValue</td>
+              <td>
+                &lt;pathname&gt;, &lt;parserAdaptorName&gt; and &gt;propertyName&lt; should be replaced by the real property name.
+                <br/>
+                Sets property with the value on the rule-based rewriter bean instance. 
+              </td>
+            </tr>
+            <tr>
               <td>proxy.reverse.pass.&lt;pathname&gt;.rewriter.ruleMappings</td>
               <td></td>
               <td>
@@ -746,6 +803,19 @@
                 The rewriter rules definition.
               </td>
             </tr>
+            <tr>
+              <td>proxy.reverse.pass.&lt;pathname&gt;.request.header.&lt;headerName&gt;</td>
+              <td></td>
+              <td>
+                proxy.reverse.pass.somewhere.request.header.Accept-Language = en
+              </td>
+              <td>
+                &lt;pathname&gt; and &lt;headerName&gt; should be replaced by the real path name.
+                With this example, you may use 'apache' or 'portals' for &lt;pathname&gt;.
+                <br/>
+                The default request header values which are sent to the target remote url.
+              </td>
+            </tr>
           </table>
         </p>
       </subsection>