Author: buildbot
Date: Thu Jun 13 20:45:07 2013
New Revision: 865598
Log:
Staging update by buildbot for trafficserver
Modified:
websites/staging/trafficserver/trunk/cgi-bin/ (props changed)
websites/staging/trafficserver/trunk/content/ (props changed)
websites/staging/trafficserver/trunk/content/docs/trunk/admin/plugins/regex_remap/index.en.html
Propchange: websites/staging/trafficserver/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 13 20:45:07 2013
@@ -1 +1 @@
-1492851
+1492855
Propchange: websites/staging/trafficserver/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 13 20:45:07 2013
@@ -1 +1 @@
-1492851
+1492855
Modified:
websites/staging/trafficserver/trunk/content/docs/trunk/admin/plugins/regex_remap/index.en.html
==============================================================================
---
websites/staging/trafficserver/trunk/content/docs/trunk/admin/plugins/regex_remap/index.en.html
(original)
+++
websites/staging/trafficserver/trunk/content/docs/trunk/admin/plugins/regex_remap/index.en.html
Thu Jun 13 20:45:07 2013
@@ -140,14 +140,20 @@ option 'matrix-parameters', e.g.</p>
</pre></div>
-<p>The config file ('maps.reg') must be created by you:
- $ sudo touch maps.reg</p>
+<p>The config file ('maps.reg') must be created by you:</p>
+<div class="codehilite"><pre>$ <span class="n">sudo</span> <span
class="n">touch</span> <span class="n">maps</span><span class="p">.</span><span
class="n">reg</span>
+</pre></div>
+
+
<p>This file may be given any name as long as it is referenced correctly in the
@pparam field. This allows multiple config files to be used for different
mapping rules.</p>
<p>This file can be placed anywhere provided you specify an absolute path.
-If none is given, the default directory will be assumed to be:
- /usr/local/etc/regex_remap</p>
+If none is given, the default directory will be assumed to be:</p>
+<div class="codehilite"><pre><span class="o">/</span><span
class="n">usr</span><span class="o">/</span><span class="n">local</span><span
class="o">/</span><span class="n">etc</span><span class="o">/</span><span
class="n">regex_remap</span>
+</pre></div>
+
+
<p>In order for the plugin to load successfully, the config file must not be
empty.</p>
<p>A typical regex would look like</p>