[tor-bugs] #17342 [Website]: Update hidden service website page with Unix socket info

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Oct 13 19:27:57 UTC 2015


#17342: Update hidden service website page with Unix socket info
-------------------------+---------------------------
 Reporter:  dgoulet      |          Owner:  Sebastian
     Type:  enhancement  |         Status:  new
 Priority:  normal       |      Milestone:
Component:  Website      |        Version:
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
  Sponsor:               |
-------------------------+---------------------------
 We should update the https://www.torproject.org/docs/tor-hidden-service
 page with some information on how to setup an hidden service with Unix
 socket.

 Since 0.2.6, both `SocksPort` and `HiddenServicePort` support Unix socket.
 Example:

 {{{
 HiddenServiceDir /your/HS/dir
 HiddenServicePort 80 unix:/path/to/socket
 }}}

 For service that supports unix socket like nginx
 (http://nginx.org/en/docs/http/ngx_http_core_module.html#listen), you only
 need to point it to "/path/to/socket".

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/17342>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list