Difference between revisions of "Mod deflate"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 20: | Line 20: | ||
yum --enablerepo=smecontribs install smeserver-mod_deflate | 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 | ||
=== Uninstall === | === Uninstall === |
Revision as of 21:23, 26 May 2013
Mod_Deflate for SME Server 7.x and 8.x
Maintainer
Michel Van hees
Description
Activate mod_deflate on smeserver
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
Uninstall
yum remove smeserver-mod_deflate
Bug
list of known bugs : here
Please raise bugs under the SME-Contribs section in
bugzilla
and select the smeserver-mod_deflate component or use
this link
.