[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r9004: recommend savant as a webserver for windows people. who know (website/trunk/docs/en)



Author: arma
Date: 2006-11-28 09:36:11 -0500 (Tue, 28 Nov 2006)
New Revision: 9004

Modified:
   website/trunk/docs/en/tor-hidden-service.wml
Log:
recommend savant as a webserver for windows people. who knows,
maybe it's good.


Modified: website/trunk/docs/en/tor-hidden-service.wml
===================================================================
--- website/trunk/docs/en/tor-hidden-service.wml	2006-11-28 14:23:03 UTC (rev 9003)
+++ website/trunk/docs/en/tor-hidden-service.wml	2006-11-28 14:36:11 UTC (rev 9004)
@@ -177,14 +177,11 @@
 serve in the hidserv directory.
 </p>
 
-<p>If you're on Windows, ...what should we suggest here? Is there
-a good simple <a href="http://www.fsf.org/";>free software</a> (not
-just "freeware") web server for Windows? Please
-let me know what we should say here. In the meantime,
-check out <a href="http://httpd.apache.org/";>apache</a>,
-and be sure to
-configure it to bind only to localhost. You should also figure out
-what port you're listening on, because you'll use it below.
+<p>If you're on Windows, you might pick <a
+href="http://savant.sourceforge.net/";>Savant</a> or <a
+href="http://httpd.apache.org/";>Apache</a>, and be sure to configure it
+to bind only to localhost. You should also figure out what port you're
+listening on, because you'll use it below.
 </p>
 
 <p>(The reason we bind the web server only to localhost is to make
@@ -195,10 +192,9 @@
 
 <p>Once you've got your web server set up, make sure it works: open your
 browser and go to <a
-href="http://localhost:5222/";>http://localhost:5222/</a>. Then
-try putting a file
-in the main html directory, and make sure it shows up when you access
-the site.
+href="http://localhost:5222/";>http://localhost:5222/</a>, where 5222 is
+the port that you picked above. Then try putting a file in the main html
+directory, and make sure it shows up when you access the site.
 </p>
 
 <hr />
@@ -230,7 +226,7 @@
 identifying information, for example in 404 pages. For people who need
 more functionality, though, Apache may be the right answer. Can
 somebody make us a checklist of ways to lock down your Apache when you're
-using it as a hidden service?
+using it as a hidden service? Savant probably has these problems too.
 </p>
 
 <p>If you want to forward multiple virtual ports for a single hidden
@@ -262,8 +258,6 @@
 <!-- increased risks over time -->
 </ul>
 
-
-
 <hr />
 
 <p>If you have suggestions for improving this document, please <a