We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5fb0e commit 9f71808Copy full SHA for 9f71808
travisCI/install-apache.sh
@@ -23,6 +23,8 @@ sudo cp travisCI/servername.tpl /etc/apache2/conf-available/servername.conf
23
sudo mkdir /etc/apache2/custom.d
24
cd /etc/apache2/custom.d
25
sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/globalblacklist.conf
26
+sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/whitelist-ips.conf
27
+sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/whitelist-domains.conf
28
sudo a2enconf servername
29
# Restart apache
30
sudo service apache2 restart
0 commit comments