Project

General

Profile

Server bindDetails » History » Revision 3

Revision 2 (Anonymous, 2008-02-11 18:56) → Revision 3/7 (Anonymous, 2008-02-11 18:56)

h2. == 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: 


 <pre> 

 

 {{{ 
 server.bind = "127.0.0.1" 
 server.bind = "www.example.org" 
 server.bind = "/tmp/lighttpd.socket" 
 </pre> 




 h2. }}} 


 == See Also 


 == 

  * "How [http://trac.lighttpd.net/trac/wiki/FrequentlyAskedQuestions#HowdoIbindtomorethanoneaddress How do I bind to more than one address?":http://trac.lighttpd.net/trac/wiki/FrequentlyAskedQuestions#HowdoIbindtomorethanoneaddress 
 address?] 
  * "server.bind [http://trac.lighttpd.net/trac/ticket/509 server.bind problems with BSD and listening on dual IPv4 and IPv6 addresses":http://trac.lighttpd.net/trac/ticket/509 
 addresses]