Changes

From SME Server
Jump to navigationJump to search
279 bytes added ,  17:51, 24 September 2015
Line 1: Line 1: −
{{Languages}}
+
==Mod_Deflate for SME Server 7.x, 8.x, 9.x==
[[Category: Contrib]]
+
===Maintainer===
== modDeflate for SME Server ==
+
 
{{Level|Easy|}}
+
Michel Van hees<br/>
 +
----
 +
 
 +
===Description===
 +
Activate mod_deflate on smeserver
 +
{{#smeversion:smeserver-mod_deflate}}
 +
 
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
 
 +
 
 +
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.
   −
=== Maintainer ===
+
[http://httpd.apache.org/docs/2.0/mod/mod_deflate.html ModDeflate]
    +
===Install===
   −
=== Description ===
+
Install with the following command and it will install all of the required packages for you.
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 ===
+
yum --enablerepo=smecontribs install smeserver-mod_deflate
This contrib work both on SME Server V7 and V8
     −
=== Installation ===
+
then you should issue
This contrib is currently held in the smecontribs repository, so the following commands will install on your smeserver.
+
  signal-event post-upgrade; signal-event reboot
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
+
or alternatively
 +
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
 +
/etc/rc.d/init.d/httpd-e-smith sigusr1
   −
signal-event post-upgrade;  signal-event reboot
+
===Configuration===
   −
After that you can change the db parameter
+
After that you can change the db parameter in a root terminal
 
  config show modDeflate  
 
  config show modDeflate  
 
  modDeflate=service
 
  modDeflate=service
Line 31: Line 43:  
  config setprop modDeflate level X  
 
  config setprop modDeflate level X  
 
  config setprop modDeflate status enabled/disabled
 
  config setprop modDeflate status enabled/disabled
 +
 
=== Uninstall ===
 
=== Uninstall ===
 
  yum remove smeserver-mod_deflate
 
  yum remove smeserver-mod_deflate
signal-event post-upgrade;  signal-event reboot
     −
=== Bugs ===
+
===Bug===
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}}.
+
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]]

Navigation menu