I have an Apache server configured as reverse-proxy and want to see the response-headers of the proxy request in my output-filter. Wher I try to read $r->headers_out I get only the "Date" header. Do I have to implement my filter as a connection-filter or is there another solution?
Peter