]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- add ipv6 compatible Listen
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Jan 2005 16:05:23 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-httpd.conf -> 1.8

apache1-httpd.conf

index 3671f16f44caedd2fa4522d7aeac0aed1528c816..b29924d77b56508731e5f13067cd2f2e22a8ed08 100644 (file)
@@ -46,6 +46,11 @@ Include conf.d/*.conf
 #BindAddress *
 Listen 80
 
+# Listen can take two arguments.
+# (this is an extension for supporting IPv6 addresses)
+#Listen :: 80
+#Listen 0.0.0.0 80
+
 ###
 ### Performance settings Section
 ###
This page took 0.173038 seconds and 4 git commands to generate.