Re: Sending a different protocol header

2003-09-09 Thread hans
On Mon, Sep 08, 2003 at 08:51:13AM -0400, Geoffrey Young wrote: > try setting $r->assbackwards(1) before returning your response. this > should supress the apache headers and allow only your own to get through, > provided you print them instead of putting them in the headers_out table. > > btw,

Re: Sending a different protocol header

2003-09-09 Thread Chris Shiflett
--- Geoffrey Young <[EMAIL PROTECTED]> wrote: > btw, can you please explain what ICY is for me? I believe ICY is a protocol used for streaming media, so these headers are probably an extension of HTTP that can be used instead of the pure ICY protocol. That's a guess, anyway. :-) Chris = Beco

Re: Sending a different protocol header

2003-09-08 Thread Stas Bekman
Geoffrey Young wrote: Perrin Harkins wrote: On Mon, 2003-09-08 at 13:12, Geoffrey Young wrote: actually, the assbackwards slot of the request record is there to indicate that the incoming request used HTTP/0.9, which defines only GET and where no headers are expected in the response. Clearl

Re: Sending a different protocol header

2003-09-08 Thread Geoffrey Young
Perrin Harkins wrote: On Mon, 2003-09-08 at 13:12, Geoffrey Young wrote: actually, the assbackwards slot of the request record is there to indicate that the incoming request used HTTP/0.9, which defines only GET and where no headers are expected in the response. Clearly this works, but wouldn'

Re: Sending a different protocol header

2003-09-08 Thread Perrin Harkins
On Mon, 2003-09-08 at 13:12, Geoffrey Young wrote: > actually, the assbackwards slot of the request record is there to indicate > that the incoming request used HTTP/0.9, which defines only GET and where no > headers are expected in the response. Clearly this works, but wouldn't it be better to im

Re: Sending a different protocol header

2003-09-08 Thread Geoffrey Young
"assbackwards" works. Thanks! When I first read your response about a method called "assbackwards" I thought it was sarcasm :) understandable :) actually, the assbackwards slot of the request record is there to indicate that the incoming request used HTTP/0.9, which defines only GET and where n

Re: Sending a different protocol header

2003-09-08 Thread Geoffrey Young
Hans wrote: I've done a fair amount of searching and still can not find an answer to this. I'm writing a mod_perl2 handler and would like to output my own headers. Specifically I'd like to output headers like this: - ICY 200 OK icy-notice1: icy-name: icy-url: Conte