WebLogic Server 12.2.1 adds support for GZIP compression in the WebLogic Web container
(Doc ID 2320039.1)
Last updated on OCTOBER 12, 2022
Applies to:
Oracle WebLogic Server - Version 12.2.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
If add below two module in Apache
LoadModule deflate_module modules/mod_deflate.so
There is some way like using the below two method to do the Content Compress
by
1,
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/plain
2,
FilterProvider Compression DEFLATE "%{CONTENT_TYPE} = 'text/html'"
FilterProvider Compression DEFLATE "%{CONTENT_TYPE} = 'text/css'"
FilterProvider Compression DEFLATE "%{CONTENT_TYPE} = 'text/plain'"
However,
Customer can not Compress the response content from WebLogic by using method 2
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |