On Thu, 13 Sep 2001, Stas Bekman wrote:
> +sub handler {
> + $r = shift;
> + $r->send_http_header('text/plain'); # doesn't work!
> + $r->print("Content-type: text/plain\r\n\r\n");
> + print("OK\n");
what doesn't work exactly? what is the output when you telnet and make a
GET request for this handler?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Apache::compat musing Stas Bekman
- Re: Apache::compat musing Doug MacEachern
- Re: Apache::compat musing Stas Bekman
- Re: Apache::compat musing Doug MacEachern
- Re: Apache::compat musing Stas Bekman
- Re: Apache::compat musing Stas Bekman
- Re: Apache::compat musing Doug MacEachern
- Re: Apache::compat musing Stas Bekman
- Re: Apache::compat musing Doug MacEachern
- Re: Apache::compat musing Stas Bekman
- Re: Apache::compat musing Doug MacEachern
- Re: Apache::compat musing Stas Bekman
- Re: Apache::compat musing Doug MacEachern
- Re: Apache::compat musing Doug MacEachern
