Searched refs:run_foreground (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/simple/
H A Dsimple_api.c147 sc->run_foreground = 1;
151 sc->run_foreground = ap_exists_config_define("FOREGROUND");
156 if (sc->run_foreground) {
166 sc->run_foreground ? "FOREGROUND" : "DAEMONIZE");
H A Dsimple_types.h100 int run_foreground; member in struct:simple_core_t

Completed in 39 milliseconds