From: Eric Covener Date: Thu, 4 Nov 2010 23:30:13 +0000 (+0000) Subject: PR#46582 document that modules can implement internal map functions X-Git-Tag: 2.2.18~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2482647b5fe3d21a280f1edef36dd4c73fcc9fe;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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: +