Location header in Handler

2010-11-27 Thread Jodi Bosa
I must be missing something. I cannot seem to set headers in a handler. I am using the Location header thinking that it's the most obvious (I don't really care about redirecting - just using Location for easy debugging). static int testHandler(request_rec *r) {

Re: Location header in Handler

2010-11-27 Thread Chris Kukuchka
On Nov 27, 2010, at 4:53 PM, Jodi Bosa jodib...@gmail.com wrote: I must be missing something. I cannot seem to set headers in a handler. I am using the Location header thinking that it's the most obvious (I don't really care about redirecting - just using Location for easy debugging).