Difference between revisions of "Mod Deflate"
(Created page with "{{Languages}} Category: Contrib == modDeflate for SME Server == {{Level|Easy|}} === Maintainer === === Description === This contribution for smeserver is an optional mo...") |
|||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | + | ||
== modDeflate for SME Server == | == modDeflate for SME Server == | ||
{{Level|Easy|}} | {{Level|Easy|}} | ||
Line 38: | Line 38: | ||
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] | Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] | ||
and select the smeserver-foo component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-mod_deflate|title=this link}}. | and select the smeserver-foo component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-mod_deflate|title=this link}}. | ||
+ | |||
+ | [[Category: Contrib]] |
Revision as of 19:17, 27 May 2013
modDeflate for SME Server
Maintainer
Description
This contribution 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.
Requirements
This contrib work both on SME Server V7 and V8
Installation
This contrib is currently held in the smecontribs repository, so the following commands will install on your smeserver. For SME7/SME8
yum install --enablerepo=sme7contribs smeserver-mod_deflate
in according in bugzilla:7431 the rpm for sme8 is in smedev for the moment
signal-event post-upgrade; signal-event reboot
After that you can change the db parameter
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 signal-event post-upgrade; signal-event reboot
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-foo component or use this link .