require "apache2" function handle(r) r.content_type = "text/html" r:write "Hello World from mod_lua." return apache2.OK end