https://issues.apache.org/bugzilla/show_bug.cgi?id=46582
Summary: RewriteMap internal functions are not well documented
Product: Apache httpd-2
Version: 2.0-HEAD
Platform: All
URL: http://httpd.apache.org/docs/trunk/mod/mod_rewrite.html#
rewritemap
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Documentation
AssignedTo: [email protected]
ReportedBy: [email protected]
In the RewriteMap Directive, section "Internal Function" the documentation
says:
MapType: int, MapSource: Internal Apache function
Here, the source is an internal Apache function. Currently you cannot create
your own, but the following functions already exist:
...
Since Apache-2.0.37 this is not true anymore. With the introduction of the
function: ap_register_rewrite_mapfunc every Apache Module Writer can now create
its own internal RewriteMap. I used this undocumented feature and explained it
here: http://code.google.com/p/modicpquery/wiki/Internals
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]