]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: support listening on Unix domain sockets
authorEric Wong <e@80x24.org>
Thu, 3 Mar 2016 10:33:02 +0000 (10:33 +0000)
committerEric Wong <e@80x24.org>
Fri, 4 Mar 2016 00:25:43 +0000 (00:25 +0000)
commit8557833d769280495ababfa71f202bf131ea5512
tree9f988d17af1e75a95badfe6d1eb083ee9ad7fdd9
parentb38de6f02fa04e36b881d2aad9c7f792beb0b6a1
daemon: support listening on Unix domain sockets

Listening on Unix domain sockets can be convenient for running
behind reverse proxies, avoiding port conflicts, limiting access,
or avoiding the overhead (if any) of TCP over loopback.
lib/PublicInbox/Daemon.pm
t/httpd-corner.t
t/httpd-unix.t [new file with mode: 0644]