Brian Akins wrote:
Francois PESCE wrote:
I've discussed about a patch for mod_setenvif 2 years ago, and have
coded it at that time, it is successfully used on various host in
production since.


You need to handle content type specially by checking r->content_type. For some reason, just doing apr_table_get(r->headers_out, "Content-type") would be null, but content_type would be set.

See the patch I posted a few days ago.


+1 in concept

This patch is used by many of our customers, in production environment.
+1

Reply via email to