Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
cgi
/
nph-test.pl.PL
blob: e679931b97edb3893d48046e01bab51ffdc5952f [
file
]
print
"HTTP/1.0 200 OK\r\n"
;
print
join
(
"\n"
,
'Content-type: text/html'
,
'Pragma: no-cache'
,
'Cache-control: must-revalidate, no-cache, no-store'
,
'Expires: -1'
,
"\n"
);
print
"ok\n"
;