ap_psignature — create the server “signature”
const char *ap_psignature(const char *prefix, request_rec *r)
Creates a “signature” for the
server handling r
. This can be nothing, the server
name and port, or the server name and port hot-linked to the
administrator’s email address, depending on the
setting of the ServerSignature
directive. Unless
ServerSignature
is off, the returned string has
prefix
prepended.