[tor-commits] [flashproxy/master] Add "MaxClients 256" to Apache config.
dcf at torproject.org
dcf at torproject.org
Fri Jan 4 05:55:55 UTC 2013
commit 940b18ab7076f1941dbe9a7410382ef47756fa8a
Author: David Fifield <david at 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
More information about the tor-commits
mailing list