There is no way to log that information right now.

-Tim

Ben Simon wrote:

Howdy,

I've enabled compression on my server [1]:

,----
| <Connector port="8090"
| maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
| enableLookups="false" redirectPort="8453" acceptCount="100"
| debug="0" connectionTimeout="20000" | compression="on" compressionMinSize="2048" | compressableMimeType="text/html,text/xml,text/plain,text/javascript,text/css"
| disableUploadTimeout="true"/> `----


And, when I make a request with the Accept-Encoding header set to gzip,
I do indeed get compressed output.

However, the file size logged in the access log is the same as if I
requested it and it wasn't compressed.

Is there an way to enable any kind of logging or cause the access log to
record the size of the encoded content sent to the browser? If I enable
compression I'd like to able to audit how often it gets used and what kind
of savings I'm getting from it.

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to