On 25 Jan 2011, at 22:22, Jodi Bosa wrote: > Hi, > > What would be a good early hook to modify request headers that is _AFTER_ > mod_ssl is finished decrypting request? > > > When I do a ap_add_input_filter() from a ap_hook_insert_filter() seems to > trigger really late (e.g. after quick_handler, post_read, etc...).
Don't. Use a header_parser hook to manipulate your request headers. Or if you need to catch them early, a post_read_request. -- Nick Kew Available for work, contract or permanent http://www.webthing.com/~nick/cv.html