Re: Location header in Handler

2010-11-28 Thread Jodi Bosa
my mistake - needed to return HTTP_MOVED_TEMPORARILY instead of OK (along with Location: header set) thanks all On Sun, Nov 28, 2010 at 3:49 PM, r...@tuxteam.de wrote: On Sat, Nov 27, 2010 at 09:45:43PM -0700, Chris Kukuchka wrote: On Nov 27, 2010, at 4:53 PM, Jodi Bosa jodib...@gmail.com

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).