
commit dfc2bd69c7b200975e5666853b138e530d966b41 Author: David Fifield <david@bamsoftware.com> Date: Sat Apr 27 00:25:33 2013 -0700 Add mod_evasive to the Apache configuration. This is a front-line defense against some DoS attacks. Suggested by Alexandre. https://trac.torproject.org/projects/tor/ticket/7823#comment:1 --- doc/facilitator-howto.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/facilitator-howto.txt b/doc/facilitator-howto.txt index ee0b0e3..8270a36 100644 --- a/doc/facilitator-howto.txt +++ b/doc/facilitator-howto.txt @@ -125,7 +125,7 @@ It also installs System V init files to /etc/init.d/. Apache is the web server that runs the CGI program. - # apt-get install apache2 + # apt-get install apache2 libapache2-mod-evasive # a2enmod ssl Edit /etc/apache2/ports.conf and comment out the port 80 configuration.