Searched refs:foreground (Results 1 - 4 of 4) sorted by relevance

/httpd/server/mpm/prefork/
H A Dprefork.c826 * handling when httpd is runnning on foreground and user hits ctrl+c.
1356 int no_detach, debug, foreground; local
1365 foreground = one_process = 1;
1372 foreground = ap_exists_config_define("FOREGROUND");
1386 if (!one_process && !foreground) {
/httpd/server/mpm/motorz/
H A Dmotorz.c1106 * handling when httpd is runnning on foreground and user hits ctrl+c.
1566 int no_detach, debug, foreground; local
1576 foreground = one_process = 1;
1583 foreground = ap_exists_config_define("FOREGROUND");
1598 if (!one_process && !foreground) {
/httpd/server/mpm/worker/
H A Dworker.c2111 int no_detach, debug, foreground; local
2120 foreground = one_process = 1;
2126 foreground = ap_exists_config_define("FOREGROUND");
2139 if (!one_process && !foreground) {
/httpd/server/mpm/event/
H A Devent.c3361 int no_detach, debug, foreground; local
3370 foreground = one_process = 1;
3376 foreground = ap_exists_config_define("FOREGROUND");
3409 if (!one_process && !foreground) {

Completed in 813 milliseconds