Hello,

It seems that some headers cannot be modified when mod_proxy sets them.
Ex: Content-Type - it is not possible to overwrite it with any of the following directives:
  AddType ...
  ForceType ...
  Header set ...

I suppose that mod_proxy runs later then mod_headers 5?).
Could this be clarified in the doc?

As a general note, wouldn't it be possible to get, for each directive, the phase where it runs, to be able to understand processing order between modules? For the moment, the only ways are a look in the code or a test.

Thanks

Nick

Reply via email to