On 13 Dec 2011, at 10:37 PM, Christian Folini wrote: > One thing you can not do with mod_security, though, is > the following: To log encrypted connections between a > reverse proxy and the backend applications. > > So far it is very hard to prove the Apache proxy > sends the right stuff if you can not get hold of the > backend application's logs. > > Now I wonder if mod_firehose could solve this problem > too.
Yes, it can using the FirehoseProxyConnectionInput and FirehoseProxyConnectionOutput options described in http://people.apache.org/~minfrin/bbc-donated/mod_firehose/README. Regards, Graham --
