* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote : > I am interested in contributing code to mod_rewrite > adding variable expansion in the CondPattern. > Though an experienced programmer, I am not > familiar with the protocols used on a large open > source project such as Apache httpd. > > Could someone point me in the right direction > to learn how the system works in regards to avoiding > duplication of effort and such? Thanks so much. Well, the quicky answer is: http://httpd.apache.org/dev/patches.html
but get on this list, send patches (against CVS HEAD, usually) and go from there. :-) -Thom