Well, it is one option to extend mod_rewrite. What I meant specifically was that any module can implement a rewritemap internal function. On Fri, Apr 15, 2016 at 12:19 PM, Ben RUBSON <ben.rubson@xxxxxxxxx> wrote: >>> I can't think of any solution that would work out of the box, but >>> you can always write your own apache module in C. >> >> >> Which could provide nothing but a new internal rewritemap type. > > Rainer, Eric, > Thank you very much for your feedback. > > Yes a new rewritemap seems to be the solution. > type name : usr > functions : uid, gid > parameter : name or #uid > > For example : > RewriteMap getuid usr:uid > RewriteMap getgid usr:gid > > C functions getpwnam and getpwuid would do the job. > > Is a pull request here the right method to proceed ? > https://github.com/apache/httpd/blob/trunk/modules/mappers/mod_rewrite.c > > Thank you very much, > > Ben > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx