diff -r 8663af0e27c7 -r b8730fcd64a9 themes/grey/config.tpl
--- a/themes/grey/config.tpl Tue May 26 15:26:22 2009 -0400
+++ b/themes/grey/config.tpl Tue May 26 15:26:59 2009 -0400
@@ -64,15 +64,60 @@
This controls whether Greyhound can be accessed from other computers on the network interface level. For the nerds, this
- means that Greyhound will bind to 127.0.0.1 if unchecked or 0.0.0.0 if checked.
+ means that Greyhound will bind to ::1 or 127.0.0.1 if unchecked, and ::0 or 0.0.0.0 if checked.
+
+
+ If this is enabled, Greyhound will listen for IPv6 connections as well as IPv4 ones. Otherwise it will just listen for
+ IPv4 connections.
+
+
+
+
+
+
+
+
+
+
+
+
+ If this is enabled, Greyhound will use fork() to allow serving multiple HTTP requests at the same time. It is recommended
+ that you enable this to improve performance. In some rare cases, this results in a large number of zombie processes and
+ sometimes locks up the server, so disable this if you're experiencing problems.
+
+
+
+
@@ -94,25 +139,6 @@
-
-
-
-
-
- If this is enabled, Greyhound will use fork() to allow serving multiple HTTP requests at the same time. It is recommended
- that you enable this to improve performance. In some rare cases, this results in a large number of zombie processes and
- sometimes locks up the server, so disable this if you're experiencing problems.
-
-