Apache 1.3 API Documentation

Global Data Cell ap_server_root

Definition:

char ap_server_root[MAX_STRING_LEN];
     

Usage example:

extern char ap_server_root[MAX_STRING_LEN]; 
ap_cpystrn(ap_coredump_dir, ap_server_root, sizeof(ap_coredump_dir)); 
     

The string value of the ServerRoot configuration directive, the root directory of the server installation.


Previous: ap_server_confname Next: ap_standalone

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