#!/bin/sh
printf 'Content-Type: text/plain\r\n'
printf 'X-Interop-Server: apache\r\n'
printf 'Content-Length: 2\r\n'
printf '\r\n'
printf 'ok'
