diff -r 23d4cf2f183b -r 66c3eb4cdc4c greyhound.php --- 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");