|
Tag: Redirect target changed |
(4 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
− | ==Mod_Deflate for SME Server 7.x and 8.x==
| + | #REDIRECT [[Mod_Deflate]] |
− | ===Maintainer===
| |
− | | |
− | Michel Van hees<br/>
| |
− | ----
| |
− | | |
− | ===Description===
| |
− | Activate mod_deflate on smeserver
| |
− | {{#smeversion:smeserver-mod_deflate}}
| |
− | | |
− | <br>
| |
− | <br>
| |
− | <br>
| |
− | <br>
| |
− | | |
− | | |
− | ===Install===
| |
− | | |
− | Install with the following command and it will install all of the required packages for you.
| |
− | | |
− | yum --enablerepo=smecontribs install smeserver-mod_deflate
| |
− | | |
− | then you should issue
| |
− | signal-event post-upgrade; signal-event reboot
| |
− | | |
− | or alternatively
| |
− | /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===
| |
− | | |
− | | |
− | list of known bugs : [http://bugs.contribs.org/bugs/buglist.cgi?action=wrap&classification=Contribs&product=SME%20Contribs&resolution=---&resolution=FIXED&resolution=NOTABUG&resolution=WONTFIX&resolution=UPSTREAM&resolution=DUPLICATE&resolution=WORKSFORME&component=smeserver-mod_deflate&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&list_id=16569| here]
| |
− | | |
− | | |
− | 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}}.
| |
− | | |
− | | |
− | ----
| |
− | [[Category: Contrib]] | |