Difference between revisions of "Mod Deflate"
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | ==Mod_Deflate for SME Server 7.x | + | ==Mod_Deflate for SME Server 7.x, 8.x, 9.x, 10.x== |
===Maintainer=== | ===Maintainer=== | ||
Line 5: | Line 5: | ||
---- | ---- | ||
− | === | + | ===Versions === |
Activate mod_deflate on smeserver | Activate mod_deflate on smeserver | ||
{{#smeversion:smeserver-mod_deflate}} | {{#smeversion:smeserver-mod_deflate}} | ||
− | + | ===Description=== | |
− | |||
− | |||
− | |||
− | |||
This contribution mod_deflate for smeserver is an optional module for the Apache HTTP Server, Apache v2 only. Based on Deflate lossless data compression algorithm that uses a combination of the LZ77 algorithm and Huffman coding. This module provides the DEFLATE output filter that allows output from Apache HTTP server to be compressed before being sent to the client over the network. | This contribution mod_deflate for smeserver is an optional module for the Apache HTTP Server, Apache v2 only. Based on Deflate lossless data compression algorithm that uses a combination of the LZ77 algorithm and Huffman coding. This module provides the DEFLATE output filter that allows output from Apache HTTP server to be compressed before being sent to the client over the network. | ||
Line 23: | Line 19: | ||
Install with the following command and it will install all of the required packages for you. | Install with the following command and it will install all of the required packages for you. | ||
+ | <tabs container><tab name="For SME 10"> | ||
yum --enablerepo=smecontribs install smeserver-mod_deflate | yum --enablerepo=smecontribs install smeserver-mod_deflate | ||
+ | </tab><tab name="For SME 9 , 8, 7"> | ||
− | + | yum --enablerepo=smecontribs install smeserver-mod_deflate | |
− | |||
− | |||
− | |||
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf | /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf | ||
/etc/rc.d/init.d/httpd-e-smith sigusr1 | /etc/rc.d/init.d/httpd-e-smith sigusr1 | ||
+ | </tab> | ||
+ | </tabs> | ||
===Configuration=== | ===Configuration=== | ||
Line 48: | Line 45: | ||
===Bug=== | ===Bug=== | ||
− | |||
− | |||
− | |||
− | |||
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-mod_deflate component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-mod_deflate|title=this link}}. | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-mod_deflate component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-mod_deflate|title=this link}}. | ||
− | + | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-mod_deflate |noresultsmessage="No open bugs found."}} | |
---- | ---- | ||
+ | [[Category: Contrib]] |
Latest revision as of 18:11, 20 September 2023
Mod_Deflate for SME Server 7.x, 8.x, 9.x, 10.x
Maintainer
Michel Van hees
Versions
Activate mod_deflate on smeserver
Description
This contribution mod_deflate for smeserver is an optional module for the Apache HTTP Server, Apache v2 only. Based on Deflate lossless data compression algorithm that uses a combination of the LZ77 algorithm and Huffman coding. This module provides the DEFLATE output filter that allows output from Apache HTTP server to be compressed before being sent to the client over the network.
Install
Install with the following command and it will install all of the required packages for you.
yum --enablerepo=smecontribs install smeserver-mod_deflate
yum --enablerepo=smecontribs install smeserver-mod_deflate /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf /etc/rc.d/init.d/httpd-e-smith sigusr1
Configuration
After that you can change the db parameter in a root terminal
config show modDeflate modDeflate=service level=9 status=enabled
The value must between 1 (less compression) and 9 (more compression). X=(1 to 9)
config setprop modDeflate level X config setprop modDeflate status enabled/disabled
Uninstall
yum remove smeserver-mod_deflate
Bug
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-mod_deflate component or use this link .
ID | Product | Version | Status | Summary |
---|---|---|---|---|
12076 | SME Contribs | 10.0 | CONFIRMED | smeserver-mod_deflate missing Match sections for DEFLATE |