On October 15, 2012 7:16 , andy wrote:
I am having a problem which I believe is related to greedy matching.
Header on the way in
MY-HEADER: interesting_1,something_else,interesting_2,interesting_3
and I want to set an environment variable then use mod_headers to
replace it with
MY-HEADER:
I am having a problem which I believe is related to greedy matching.
Header on the way in
MY-HEADER: interesting_1,something_else,interesting_2,interesting_3
and I want to set an environment variable then use mod_headers to
replace it with
MY-HEADER: interesting_1,interesting_2,interesting_3