document the socket.bind + unix-domain-socket handling

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@947 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2006-01-14 17:07:25 +00:00
parent 0f437f2c23
commit ab4fddbda1
1 changed files with 8 additions and 1 deletions

View File

@ -181,9 +181,16 @@ server.document-root
Default: no default, required
server.bind
hostname of the server
IP address, hostname or absolute path to the unix-domain socket the server
listen on.
Default: bind to all interfaces
Example: ::
server.bind = "127.0.0.1"
server.bind = "www.example.org"
server.bind = "/tmp/lighttpd.socket"
server.port
tcp-port to bind the server to