Filter to modify request headers

2011-01-25 Thread Jodi Bosa
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...). Ideally, I would prefer working

Re: Filter to modify request headers

2011-01-25 Thread Ben Noordhuis
On Tue, Jan 25, 2011 at 23:22, Jodi Bosa jodib...@gmail.com wrote: 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