Searched defs:running (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dmpm_unix.c379 * check for bad rc from us and exit, running any
772 int running = 0; local
787 status = "httpd (no pid file) not running";
791 running = 1;
794 "running", otherpid);
798 "httpd (pid %" APR_PID_T_FMT "?) not running",
804 if (running) {
811 if (!running) {
821 if (!running) {
822 printf("httpd not running, tryin
[all...]

Completed in 63 milliseconds