lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I've been exploring Kepler's many capabilities and have found it to be
remarkably versatile.

However, one thing I can't seem to make it do is to process a simple
Lua script like this:

  io.write('Content-Type: text/plain\n\n', os.date(), '\n')

This is a simple stdout CGI script that works on all mainstream web
servers. Kepler isn't logging any errors and appears to be trying to
return the script as a static page. However, when I attempt to save it,
it is empty. I am using Kepler as it is installed with the binary setup
program on Windows, and have made no adjustments to its configurations
files. The sample Lua page scripts and SAJAX script all work well.

Can anyone point out what I may be doing wrong?

-- 
Kurt