Apache 1.3 API Documentation

Constant SERVER_DEAD

Definition:

#include "scoreboard.h"
     

Usage example:

switch (score_record.status) {
case SERVER_DEAD: 
    ap_rputs("Dead", r); 
    break;
}
     

Scoreboard state constant indicating the server is down.

See also:
ap_exists_scoreboard_image, ap_scoreboard_image, ap_sync_scoreboard_image, global_score, parent_score, scoreboard, SERVER_BUSY_DNS, SERVER_BUSY_KEEPALIVE, SERVER_BUSY_LOG, SERVER_BUSY_READ, SERVER_BUSY_WRITE, SERVER_GRACEFUL, SERVER_NUM_STATUS, SERVER_READY, SERVER_STARTING, short_score, START_PREQUEST, STOP_PREQUEST, vtime_t

Previous: SERVER_BUSY_WRITE Next: SERVER_GRACEFUL

Table of Contents (Routines, Structures, Data Cells, Constants)