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]

Reply via email to