Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: ap_rprintf with conn_rec object |
|
Author |
|
guillaume.chevet
Joined: 04 Dec 2009 Posts: 3
|
Posted: Mon 07 Dec '09 14:01 Post subject: ap_rprintf with conn_rec object |
|
|
Hello,
I'm writting an Handler in C with following parameter: conn_rec c
How kann I write something like
" ap_rprintf (r, "%s %d Bad Request\n", AP_SERVER_PROTOCOL, HTTP_BAD_REQUEST)"
without the request object? |
|
Back to top |
|
|
|
|
|
|