2010/11/4 <cove...@apache.org>

> Author: covener
> Date: Thu Nov  4 23:30:13 2010
> New Revision: 1031347
>
> URL: http://svn.apache.org/viewvc?rev=1031347&view=rev
> Log:
> 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
>
> Modified:
>    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en
>    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml
>
> Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en?rev=1031347&r1=1031346&r2=1031347&view=diff
>
> ==============================================================================
> --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en
> (original)
> +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en Thu Nov
>  4 23:30:13 2010
> @@ -957,8 +957,10 @@ $ httxt2dbm -i mapfile.txt -o mapfile.ma
>           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 />
>
> Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml?rev=1031347&r1=1031346&r2=1031347&view=diff
>
> ==============================================================================
> --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml (original)
> +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml Thu Nov  4
> 23:30:13 2010
> @@ -460,8 +460,10 @@ $ httxt2dbm -i mapfile.txt -o mapfile.ma
>           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 />
>
>
>

Reply via email to