SOURCES: lighttpd.conf - sample how to bind additional socket

glen glen at pld-linux.org
Tue Jan 30 16:44:08 CET 2007


Author: glen                         Date: Tue Jan 30 15:44:08 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sample how to bind additional socket

---- Files affected:
SOURCES:
   lighttpd.conf (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.40 SOURCES/lighttpd.conf:1.41
--- SOURCES/lighttpd.conf:1.40	Tue Jan 30 01:15:44 2007
+++ SOURCES/lighttpd.conf	Tue Jan 30 16:44:03 2007
@@ -42,8 +42,12 @@
 ## bind to port (default: 80)
 server.port = 80
 
-## bind to localhost (default: all interfaces)
+## bind to specific host (default: all interfaces)
+## the name is resolved to ip at startup only.
 #server.bind = "grisu.home.kneschke.de"
+
+## additionally just bind to localhost:80
+#$SERVER["socket"] == "127.0.0.1:80"  {}
 
 ## error-handler for status 404
 #server.error-handler-404 = "/error-handler.html"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd.conf?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list