blob: df512c81b01599a29b5fb6e5aa3036d158cd03b3 [file] [log] [blame]
#!perl
my $r = Apache->request;
$r->content_type("text/plain");
$r->send_http_header;
$r->print("OK ", $r->path_info);