diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-23 09:00:19 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-23 09:00:19 +0000 |
commit | 222b7efcfe54556a1723db59f6188090132b7e95 (patch) | |
tree | 48c671783a7db9d316053ec901a5923c86a9e927 /doc/tor-hidden-service.html | |
parent | db53c5a4369d3c501a7494d0aa334e40e44e09cd (diff) | |
download | tor-222b7efcfe54556a1723db59f6188090132b7e95.tar.gz tor-222b7efcfe54556a1723db59f6188090132b7e95.zip |
another minor tweak
svn:r4651
Diffstat (limited to 'doc/tor-hidden-service.html')
-rw-r--r-- | doc/tor-hidden-service.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tor-hidden-service.html b/doc/tor-hidden-service.html index fd720fb859..c1f00ce0ab 100644 --- a/doc/tor-hidden-service.html +++ b/doc/tor-hidden-service.html @@ -188,8 +188,9 @@ the command-line, by far the best way to go is to install <a href="http://www.acme.com/software/thttpd/">thttpd</a>. Just grab the latest tarball, untar it (it will create its own directory), and run ./configure && make. Then mkdir hidserv, cd hidserv, and run -"../thttpd -p 5222 -h localhost". Wham, you're running a webserver on -port 5222. You can put files to serve in the hidserv directory. +"../thttpd -p 5222 -h localhost". It will give you back your prompt, +and now you're running a webserver on port 5222. You can put files to +serve in the hidserv directory. </p> <p>If you're on Windows, ... |