]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- sample how to bind additional socket
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 30 Jan 2007 15:44:03 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.conf -> 1.41

lighttpd.conf

index 09f7e54044860d66d847060c43ceca172fc0c2f4..b86b8cdf70edf99f35bc3409a728086ac19e14e5 100644 (file)
@@ -42,9 +42,13 @@ $HTTP["url"] =~ "\.pdf$" {
 ## 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"
 #server.error-handler-404 = "/error-handler.php"
This page took 0.315435 seconds and 4 git commands to generate.