updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / mod_antiloris / mod_antiloris.install
blob868c3b39d8d5b0cfc5f82bfccbd78ecbf1ce1e48
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 antiloris_module modules/mod_antiloris.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;40mThis module has just one configuration option: IPReadLimit NUMBER_OF_CONNECTIONS_PER_IP\033[0;0m\n"
8 function post_upgrade() {
9         post_install