updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / mod_qos / mod_qos.install
blob88f3cea77645f9ea6356dbe71f63c7ec4a799551
1 function post_install() {
2         printf "  \033[1;34;40m-> \033[1;37;40mTo actually load the apache module, add the following line to your httpd.conf:\033[0;0m\n"
3         printf "    \033[1;34;40m-> \033[1;37;40mLoadModule qos_module modules/mod_qos.so\033[0;0m\n"
4         printf "  \033[1;34;40m-> \033[1;37;40mMake sure to restart the webserver afterwards.\033[0;0m\n"
5         printf "  \033[1;34;40m-> \033[1;37;40mIn this package, there is NO example configuration included. So you have to come up with a configuration to suit your needs yourself.\033[0;0m\n"
8 function post_upgrade() {
9         post_install