Apache 1.3 API Documentation

Routine ap_get_server_built

Definition:

char *ap_get_server_built(void);
     

Usage example:

char *string;
string = ap_get_server_built();
     

Returns the date and time the server was built, or the string "unknown" if this data is indeterminate.

See also:
ap_add_version_component, ap_get_server_name, ap_get_server_version

Previous: ap_get_remote_logname Next: ap_get_server_name

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