ap_add_version_component — add a module version string
void ap_add_version_component(const char *component)
Adds a string to the server-version string. This function only has an
effect during startup, after which the version string is locked.
Version strings should take the form
module
name
/
version
number
, e.g.,
MyModule/1.3
. Most modules do not add a version
string.