Changes

Jump to navigation Jump to search
63 bytes added ,  19:11, 20 September 2023
no edit summary
Line 1: Line 1: −
==Mod_Deflate for SME Server 7.x, 8.x, 9.x==
+
==Mod_Deflate for SME Server 7.x, 8.x, 9.x, 10.x==
 
===Maintainer===
 
===Maintainer===
   Line 5: Line 5:  
----
 
----
   −
===Description===
+
===Versions ===
 
Activate mod_deflate on smeserver
 
Activate mod_deflate on smeserver
 
{{#smeversion:smeserver-mod_deflate}}
 
{{#smeversion:smeserver-mod_deflate}}
   −
<br>
+
===Description===
<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.
 
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">
   −
then you should issue
+
  yum --enablerepo=smecontribs install smeserver-mod_deflate
  signal-event post-upgrade; signal-event reboot
  −
 
  −
or alternatively
   
  /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===

Navigation menu