ap_rprintf — send a formatted string to the client
int ap_rprintf(request_rec *r, const char *fmt,...)
Formats the extra arguments according to fmt
(as
they would be formatted by printf()
) and sends
the resulting string to the client. Returns the number of bytes sent
or -1
if there is an error.