greyhound.php
changeset 17 66c3eb4cdc4c
parent 16 23d4cf2f183b
child 19 75dd71fe35b2
--- a/greyhound.php	Wed Apr 02 01:36:53 2008 -0400
+++ b/greyhound.php	Sat Apr 12 09:26:01 2008 -0400
@@ -132,7 +132,7 @@
     }
   }
   $httpd->allow_dir_list = true;
-  $httpd->allow_fork = false; // ( $allow_fork ) ? true : false;
+  $httpd->allow_fork = ( $allow_fork ) ? true : false;
   $httpd->default_document = 'index';
   
   status("Entering main server loop - ^C to interrupt, listening on port $port");