My Oracle Support Banner

WebLogic Server 12.2.1 adds support for GZIP compression in the WebLogic Web container (Doc ID 2320039.1)

Last updated on OCTOBER 13, 2023

Applies to:

Oracle WebLogic Server - Version 12.2.1.0.0 and later
Information in this document applies to any platform.

Symptoms

If add below two module in Apache

LoadModule fileter_module modules/mod_filter.so
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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.