diff --git a/docs/en/faq.wml b/docs/en/faq.wml index 262466e5..ba473f7c 100644 --- a/docs/en/faq.wml +++ b/docs/en/faq.wml @@ -45,6 +45,10 @@
Running Tor:
+Running a Tor client:
Abuse
+Abuse:
+Tor installs a text file called torrc that contains configuration +instructions for how your Tor program should behave. The default +configuration should work fine for most Tor users. Users of Vidalia can +make common changes through the Vidalia interface — only advanced +users should need to modify their torrc file directly. +
+ ++The location of your torrc file depends on the way you installed Tor: +
+ +\Documents and
+Settings\username\Application Data\Vidalia\torrc
. If you
+installed Tor without Vidalia, you can find your torrc in the Start
+menu under Programs -> Tor, or manually in either \Documents
+and Settings\Application Data\tor\torrc
or \Documents and
+Settings\username\Application Data\tor\torrc
.
+~/.vidalia/torrc
. Otherwise, open your favorite text editor
+and load /Library/Tor/torrc
.
+/etc/tor/torrc
or /etc/torrc
or consult your
+package's documentation.
+/usr/local/etc/
and note that you
+may need to manually copy torrc.sample
to torrc
.
++If you use Vidalia, be sure to exit both Tor and Vidalia before you edit +your torrc file. Otherwise Vidalia might overwrite your changes. +
+ ++Once you've changed your torrc, you will need to restart Tor for the +changes to take effect. (For advanced users on OS X and Unix, note that +you actually only need to send Tor a HUP signal, not actually restart it.) +
+ ++For other configuration options you can use, look at the Tor manual page. Remember, all lines beginning +with # in torrc are treated as comments and have no effect on Tor's +configuration. +
+ +