You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Roy T. Fielding" <fi...@avron.ICS.UCI.EDU> on 1995/12/04 22:04:43 UTC

looks better

I took out the change to http_main.c and it is acting normally so far.
David, could you explain the motivation for it originally?

*** http_main.c.dist    Wed Nov 22 07:37:44 1995
--- http_main.c Mon Dec  4 12:41:27 1995
***************
*** 739,746 ****
      dupped_csd = -1;
      child_num = child_num_arg;
      requests_this_child = 0;
-     reopen_scoreboard (pconf);
      update_child_status (child_num, SERVER_READY);
  
      /* Only try to switch if we're running as root */
      if(!geteuid() && setuid(user_id) == -1) {
--- 739,746 ----
      dupped_csd = -1;
      child_num = child_num_arg;
      requests_this_child = 0;
      update_child_status (child_num, SERVER_READY);
+     reopen_scoreboard (pconf);
  
      /* Only try to switch if we're running as root */
      if(!geteuid() && setuid(user_id) == -1) {