minor changes to original due to changes in context.
Submitted by: Bob Ionescu
Reviewed By: Eric Covener:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1031346 13f79535-47bb-0310-9956-
ffa450edef68
<p>When a MapType of <code>int</code> is used, the MapSource is one
- of the available internal RewriteMap functions. Currently there
- is no mechanism for creating your own functions. The available
- functions are:
+ of the available internal RewriteMap functions. Module authors can provide
+ additional internal functions by registring them with the
+ <code>ap_register_rewrite_mapfunc</code> API.
+ The functions that are provided by default are:
</p>
<ul>
<title>int: Internal Function</title>
<p>When a MapType of <code>int</code> is used, the MapSource is one
- of the available internal RewriteMap functions. Currently there
- is no mechanism for creating your own functions. The available
- functions are:
+ of the available internal RewriteMap functions. Module authors can provide
+ additional internal functions by registring them with the
+ <code>ap_register_rewrite_mapfunc</code> API.
+ The functions that are provided by default are:
</p>
<ul>