Roger Dingledine commited on 2006-11-28 15:36:11
Zeige 1 geänderte Dateien mit 9 Einfügungen und 13 Löschungen.
... | ... |
@@ -177,14 +177,11 @@ and now you're running a webserver on port 5222. You can put files to |
177 | 177 |
serve in the hidserv directory. |
178 | 178 |
</p> |
179 | 179 |
|
180 |
-<p>If you're on Windows, ...what should we suggest here? Is there |
|
181 |
-a good simple <a href="http://www.fsf.org/">free software</a> (not |
|
182 |
-just "freeware") web server for Windows? Please |
|
183 |
-let me know what we should say here. In the meantime, |
|
184 |
-check out <a href="http://httpd.apache.org/">apache</a>, |
|
185 |
-and be sure to |
|
186 |
-configure it to bind only to localhost. You should also figure out |
|
187 |
-what port you're listening on, because you'll use it below. |
|
180 |
+<p>If you're on Windows, you might pick <a |
|
181 |
+href="http://savant.sourceforge.net/">Savant</a> or <a |
|
182 |
+href="http://httpd.apache.org/">Apache</a>, and be sure to configure it |
|
183 |
+to bind only to localhost. You should also figure out what port you're |
|
184 |
+listening on, because you'll use it below. |
|
188 | 185 |
</p> |
189 | 186 |
|
190 | 187 |
<p>(The reason we bind the web server only to localhost is to make |
... | ... |
@@ -195,10 +192,9 @@ service.) |
195 | 192 |
|
196 | 193 |
<p>Once you've got your web server set up, make sure it works: open your |
197 | 194 |
browser and go to <a |
198 |
-href="http://localhost:5222/">http://localhost:5222/</a>. Then |
|
199 |
-try putting a file |
|
200 |
-in the main html directory, and make sure it shows up when you access |
|
201 |
-the site. |
|
195 |
+href="http://localhost:5222/">http://localhost:5222/</a>, where 5222 is |
|
196 |
+the port that you picked above. Then try putting a file in the main html |
|
197 |
+directory, and make sure it shows up when you access the site. |
|
202 | 198 |
</p> |
203 | 199 |
|
204 | 200 |
<hr /> |
... | ... |
@@ -230,7 +226,7 @@ and has lots of places where it might reveal your IP address or other |
230 | 226 |
identifying information, for example in 404 pages. For people who need |
231 | 227 |
more functionality, though, Apache may be the right answer. Can |
232 | 228 |
somebody make us a checklist of ways to lock down your Apache when you're |
233 |
-using it as a hidden service? |
|
229 |
+using it as a hidden service? Savant probably has these problems too. |
|
234 | 230 |
</p> |
235 | 231 |
|
236 | 232 |
<p>If you want to forward multiple virtual ports for a single hidden |
237 | 233 |