You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2010/05/06 22:57:25 UTC

svn commit: r941925 - /trafficserver/site/trunk/docs/v2/admin/trouble.htm

Author: mlibbey
Date: Thu May  6 20:57:25 2010
New Revision: 941925

URL: http://svn.apache.org/viewvc?rev=941925&view=rev
Log:
fix anchor link for forward proxy question

Modified:
    trafficserver/site/trunk/docs/v2/admin/trouble.htm

Modified: trafficserver/site/trunk/docs/v2/admin/trouble.htm
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/docs/v2/admin/trouble.htm?rev=941925&r1=941924&r2=941925&view=diff
==============================================================================
--- trafficserver/site/trunk/docs/v2/admin/trouble.htm (original)
+++ trafficserver/site/trunk/docs/v2/admin/trouble.htm Thu May  6 20:57:25 2010
@@ -94,6 +94,13 @@ FAQs</p></th>
       <a href="#0_84580">Can Traffic Server run in both forward proxy and reverse proxy mode at the same time?</a></li>
   </ul></td>
 </tr>
+<tr>
+<td>
+  <ul>
+    <li>
+      <a href="#enable_forward_proxy">How do I enable forward proxy mode?</a></li>
+  </ul></td>
+</tr>
 </table>
 <h3>
   <a name="0_41244"></a><em>How do you create a raw disk for the cache if all your disks have mounted file systems?</em></h3>
@@ -419,9 +426,18 @@ template files in the same way you would
   only 
   mode (wherein Traffic Server does <i>not</i> serve requests that fail to match a map rule), then you must set the configuration variable <code>
   <i>proxy.config.url_remap.remap_required</i></code>
-  to 1 in the <code>
-  records.config</code>
+  to 1 in the <code>records.config</code>
 file. </p>
+<h3><em><a name="enable_forward_proxy">How do I enable forward proxy mode</a></em></h3>
+<p>Forward proxy mode is not enabled out of the box for security reasons. When enabling any proxy on the internet, you want to make sure you observe pertinent security restrictions. Having an open proxy available to internet users is a bad thing. If you understand this and are sure you know what you are doing, in <code>records.config</code>:<br>
+<code>
+    # Set this variable to 1 if you want Traffic Server to serve <br>
+    # requests only from origin servers listed in the mapping rules<br>
+    # of the remap.config file. If a request does not match, then <br>
+    # the browser will receive an error.<br>
+    CONFIG proxy.config.url_remap.remap_required INT 0<br>
+</code>
+</p>
 <h2>
   
 <em><a name="0_96161"></a></em>Troubleshooting Tips</h2>