Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache gzip decompression

Tags:

apache

gzip

How do you enable gzip decompression on the server side for requests.

I have seen response compression : How can I get Apache gzip compression to work?

But i couldn't find how to decompress a request to the server?

like image 682
airboss Avatar asked May 30 '26 01:05

airboss


1 Answers

Found the answer :

In the root .htaccess file we will need to add this option to enable gzip decompression :

SetInputFilter DEFLATE

Here's the link : http://httpd.apache.org/docs/2.2/mod/mod_deflate.html#enable Check "Input Decompression"

like image 137
airboss Avatar answered May 31 '26 16:05

airboss



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!