diff --git a/doc/tor-doc.html b/doc/tor-doc.html
index 1b95dcdf84..79a2b0ef5e 100644
--- a/doc/tor-doc.html
+++ b/doc/tor-doc.html
@@ -245,31 +245,26 @@ href="#client-or-server">the section above.
To set up a Tor server, do the following steps after installing Tor.
-(These instructions are Unix-centric; if you're excited about working
-with the Tor developers to get a Tor server working on Windows, let us
-know and we'll work with you to fix whatever bugs come up.)
+(These instructions are Unix-centric; but Tor 0.0.9.2 is running as a
+server on Windows now as well.)
- 1. Edit the bottom part of your torrc (if you installed from source,
you will need to copy torrc.sample to torrc first. Look for them in
-/usr/local/etc/tor/). Create the DataDirectory if necessary, and make
-sure it's owned by the uid/gid that will be running tor. Fix your system
+/usr/local/etc/tor/ on Unix). Create the DataDirectory if necessary, and make
+sure it's owned by the user that will be running tor. Fix your system
clock so it's not too far off. Make sure name resolution works.
-
- 2. If you are using a firewall, open a hole in your firewall so
incoming connections can reach the ports you configured (i.e. ORPort,
-plus DirPort if you enabled it). Make sure outgoing connections can reach
-at least ports 80, 443, and 9001-9033 (to get to other onion routers),
-plus any other addresses or ports your exit policy allows.
+plus DirPort if you enabled it). Make sure you allow outgoing connections,
+to get to other onion routers plus any other addresses or ports your
+exit policy allows.
- 3. Start your server: if you installed from source you can just
run tor, whereas packages typically launch Tor from their
-initscripts. If it logs any warnings, address them. (By default Tor
-logs to stdout, but some packages log to /var/log/tor/ instead.)
+initscripts or startup scripts. If it logs any warnings, address them. (By
+default Tor logs to stdout, but some packages log to /var/log/tor/
+instead. You can edit your torrc to configure log locations.)
- 4. Register your server. Send mail to tor-ops@freehaven.net with the
following information:
@@ -289,7 +284,7 @@ Optionally, we recommend the following steps as well:
-- 5. Make a separate user to run the server. If you
+
- (Unix only) 5. Make a separate user to run the server. If you
installed the deb or the rpm, this is already done. Otherwise,
you can do it by hand. (The Tor server doesn't need to be run as
root, so it's good practice to not run it as root. Running as a
@@ -303,9 +298,9 @@ due to abuse potential. You might want an exit policy that is
less restrictive or more restrictive; edit your torrc appropriately.
If you choose a particularly open exit policy, you might want to make
sure your upstream or ISP is ok with that choice.
-
- 7. You may find the initscripts in contrib/tor.sh or
-contrib/torctl useful if you want to set up Tor to start at boot. Let
-the Tor developers know which script you find more useful.
+
- 7. If you installed from source, you may find the initscripts in
+contrib/tor.sh or contrib/torctl useful if you want to set up Tor to
+start at boot.
- 8. Consider setting your hostname to 'anonymous' or
'proxy' or 'tor-proxy' if you can, so when other people see the address
in their web logs or whatever, they will more quickly understand what's