Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
lua
/
hello2.lua
blob: 2a4b16f8d165587688e7384b4effcafcd9cb075a [
file
]
function
handle
(
r
)
r
.
content_type
=
"text/plain"
r
:
puts
(
"other lua handler\n"
)
end