Loading CHANGES +5 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Stop using environment variables to force debug mode or no detach. We now use the -D command line argument to specify the correct mode. -DONE_PROCESS and -DNO_DETACH. [Greg Stein] *) Change handlers to use hooks. [Ben Laurie] *) Stop returning copies of filenames from both apr_file_t and Loading server/mpm/beos/beos.c +2 −2 Original line number Diff line number Diff line Loading @@ -813,8 +813,8 @@ static void beos_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pte static int restart_num = 0; int no_detach = 0; one_process = !!getenv("ONE_PROCESS"); no_detach = !!getenv("NO_DETACH"); one_process = !!ap_exists_config_define("ONE_PROCESS"); no_detach = !!ap_exists_config_define("NO_DETACH"); /* sigh, want this only the second time around */ if (restart_num++ == 1) { Loading server/mpm/dexter/dexter.c +2 −2 Original line number Diff line number Diff line Loading @@ -1127,8 +1127,8 @@ static void dexter_pre_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp static int restart_num = 0; int no_detach = 0; one_process = !!getenv("ONE_PROCESS"); no_detach = !!getenv("NO_DETACH"); one_process = !!ap_exists_config_define("ONE_PROCESS"); no_detach = !!ap_exists_config_define("NO_DETACH"); /* sigh, want this only the second time around */ if (restart_num++ == 1) { Loading server/mpm/experimental/perchild/perchild.c +2 −2 Original line number Diff line number Diff line Loading @@ -1299,8 +1299,8 @@ static void perchild_pre_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *pte int no_detach = 0; int i; one_process = !!getenv("ONE_PROCESS"); no_detach = !!getenv("NO_DETACH"); one_process = !!ap_exists_config_define("ONE_PROCESS"); no_detach = !!ap_exists_config_define("NO_DETACH"); /* sigh, want this only the second time around */ if (restart_num++ == 1) { Loading server/mpm/mpmt_beos/mpmt_beos.c +2 −2 Original line number Diff line number Diff line Loading @@ -820,8 +820,8 @@ static void mpmt_beos_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t static int restart_num = 0; int no_detach = 0; one_process = !!getenv("ONE_PROCESS"); no_detach = !!getenv("NO_DETACH"); one_process = !!ap_exists_config_define("ONE_PROCESS"); no_detach = !!ap_exists_config_define("NO_DETACH"); /* sigh, want this only the second time around */ if (restart_num++ == 1) { Loading Loading
CHANGES +5 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Stop using environment variables to force debug mode or no detach. We now use the -D command line argument to specify the correct mode. -DONE_PROCESS and -DNO_DETACH. [Greg Stein] *) Change handlers to use hooks. [Ben Laurie] *) Stop returning copies of filenames from both apr_file_t and Loading
server/mpm/beos/beos.c +2 −2 Original line number Diff line number Diff line Loading @@ -813,8 +813,8 @@ static void beos_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pte static int restart_num = 0; int no_detach = 0; one_process = !!getenv("ONE_PROCESS"); no_detach = !!getenv("NO_DETACH"); one_process = !!ap_exists_config_define("ONE_PROCESS"); no_detach = !!ap_exists_config_define("NO_DETACH"); /* sigh, want this only the second time around */ if (restart_num++ == 1) { Loading
server/mpm/dexter/dexter.c +2 −2 Original line number Diff line number Diff line Loading @@ -1127,8 +1127,8 @@ static void dexter_pre_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp static int restart_num = 0; int no_detach = 0; one_process = !!getenv("ONE_PROCESS"); no_detach = !!getenv("NO_DETACH"); one_process = !!ap_exists_config_define("ONE_PROCESS"); no_detach = !!ap_exists_config_define("NO_DETACH"); /* sigh, want this only the second time around */ if (restart_num++ == 1) { Loading
server/mpm/experimental/perchild/perchild.c +2 −2 Original line number Diff line number Diff line Loading @@ -1299,8 +1299,8 @@ static void perchild_pre_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *pte int no_detach = 0; int i; one_process = !!getenv("ONE_PROCESS"); no_detach = !!getenv("NO_DETACH"); one_process = !!ap_exists_config_define("ONE_PROCESS"); no_detach = !!ap_exists_config_define("NO_DETACH"); /* sigh, want this only the second time around */ if (restart_num++ == 1) { Loading
server/mpm/mpmt_beos/mpmt_beos.c +2 −2 Original line number Diff line number Diff line Loading @@ -820,8 +820,8 @@ static void mpmt_beos_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t static int restart_num = 0; int no_detach = 0; one_process = !!getenv("ONE_PROCESS"); no_detach = !!getenv("NO_DETACH"); one_process = !!ap_exists_config_define("ONE_PROCESS"); no_detach = !!ap_exists_config_define("NO_DETACH"); /* sigh, want this only the second time around */ if (restart_num++ == 1) { Loading