Hi All,
I try to modify the modulo mod_dumpio.c, we need that this module log the I/O
information (Original funcionality) plus the directive "%{Cookie}n" (this one,
generate by the modulo mod_usertrack.c). We try with the next code to get the
directive:
request_rec *r = f->r;
const char *cookieval = apr_table_get(f->r->notes, "cookie");
into the function static void dumpit(ap_filter_t *f, apr_bucket *b) but the
apache crach in my line.
Do you have any idea? becouse i not access to variable f->r?
Thaks in advance.