commit 940b18ab7076f1941dbe9a7410382ef47756fa8a Author: David Fifield david@bamsoftware.com Date: Thu Jan 3 21:43:34 2013 -0800
Add "MaxClients 256" to Apache config. --- doc/facilitator-howto.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/doc/facilitator-howto.txt b/doc/facilitator-howto.txt index 9ea5c1f..fda9b8c 100644 --- a/doc/facilitator-howto.txt +++ b/doc/facilitator-howto.txt @@ -122,6 +122,7 @@ Edit /etc/apache2/ports.conf and comment out the port 80 configuration.
Create a new file /etc/apache2/sites-available/tor-facilitator with these contents: + MaxClients 256 <VirtualHost *:443> ServerName tor-facilitator.bamsoftware.com DocumentRoot /dev/null
tor-commits@lists.torproject.org