Is there any known problem with compression in 5.0.19 ?

http://leknor.com/code/gziped.php? is reporting my sites as uncompressed,
and the file sizes through telnet seem to agree with that. Also the headers
do not indicate it is compressed.

My server.xml contains the following connector

    <Connector  port="80"
                maxThreads="150"
                minSpareThreads="25"
                maxSpareThreads="75"
                enableLookups="false"
                redirectPort="443"
                acceptCount="100"
                debug="0"
                connectionTimeout="20000"
                disableUploadTimeout="true"
                compression="on"
                compressionMinSize="2048"
                noCompressionUserAgents="gozilla, traviata"
                compressableMimeType="text/html,text/xml" />

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

Reply via email to