From c2482647b5fe3d21a280f1edef36dd4c73fcc9fe Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 4 Nov 2010 23:30:13 +0000 Subject: [PATCH] PR#46582 document that modules can implement internal map functions 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 | 6 ++++-- docs/manual/mod/mod_rewrite.xml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index fea0e3866ca..bf0766484fe 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -957,8 +957,10 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map function

Here, the source is an internal Apache function. - Currently you cannot create your own, but the following - functions already exist:

+ Module authors can provide additional internal functions by registring + them with the ap_register_rewrite_mapfunc API. + The functions that are provided by default are: +