]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR#46582 document that modules can implement internal map functions
authorEric Covener <covener@apache.org>
Thu, 4 Nov 2010 23:30:13 +0000 (23:30 +0000)
committerEric Covener <covener@apache.org>
Thu, 4 Nov 2010 23:30:13 +0000 (23:30 +0000)
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/branches/2.2.x@1031347 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index fea0e3866ca845fe53fd8738fe056bc84049eb18..bf0766484feffc2eb3dc871fe657cfd7c1ab88fd 100644 (file)
@@ -957,8 +957,10 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map
           function 
 
           <p>Here, the source is an internal Apache function.
-          Currently you cannot create your own, but the following
-          functions already exist:</p>
+          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>
             <li><strong>toupper</strong>:<br />
index caee7fbbc75824e7d80500fc1eecf6c5b30758af..e8c983e5a38d2f0409e88cb903d77293cfc53b78 100644 (file)
@@ -460,8 +460,10 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map
           function 
 
           <p>Here, the source is an internal Apache function.
-          Currently you cannot create your own, but the following
-          functions already exist:</p>
+          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>
             <li><strong>toupper</strong>:<br />