Project

General

Profile

Actions

Server bindDetails » History » Revision 1

Revision 1/7 | Next »
Anonymous, 2006-08-06 13:44


server.bind option

server.bind

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"
}}}

See Also * [http://trac.lighttpd.net/trac/wiki/FrequentlyAskedQuestions#HowdoIbindtomorethanoneaddress How do I bind to more than one address?]

Updated by Anonymous over 17 years ago · 1 revisions