On 05.06.2013 21:59, Guenter Knauf wrote:
yes, I can confirm that LuaMapHandler does not work for me on any
platform - tested NetWare, Linux and Windows ...

# curl http://localhost/tellme
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /tellme was not found on this server.</p>
</body></html>

[Thu Jun 06 00:05:12.047987 2013] [lua:trace2] [pid 5740:tid
140544617477888] mod_lua.c(180): [client ::1:56957] AH02313: mapped
handler details: scope: once, file: /srv/www/tstlua/fortune.lua, func:
handle
[Thu Jun 06 00:05:12.049191 2013] [lua:debug] [pid 5740:tid
140544617477888] lua_request.c(1712): [client ::1:56957] AH01486:
request_rec->dispatching headers_out -> apr table
[Thu Jun 06 00:05:12.049216 2013] [lua:debug] [pid 5740:tid
140544617477888] lua_request.c(1712): [client ::1:56957] AH01486:
request_rec->dispatching headers_out -> apr table
[Thu Jun 06 00:05:12.049224 2013] [lua:debug] [pid 5740:tid
140544617477888] lua_request.c(1712): [client ::1:56957] AH01486:
request_rec->dispatching headers_out -> apr table
[Thu Jun 06 00:05:12.049235 2013] [lua:debug] [pid 5740:tid
140544617477888] lua_request.c(1722): [client ::1:56957] AH01487:
request_rec->dispatching puts -> lua_CFunction
[Thu Jun 06 00:05:12.049265 2013] [core:info] [pid 5740:tid
140544617477888] [client ::1:56957] AH00128: File does not exist:
/srv/www/htdocs/tellme
oh forgot - this was on Linux:
Server: Apache/2.5.0-r1489410 (Unix)

beside the above some more oddities - displaying modules.cpath shows with mod_lua (mod_lua directive unconfigured):
package.cpath="/usrlib/lua/5.2/?.so;/usrlib/lua/5.2/loadall.so;/srv/www/tstlua/?.so;"

same server, but displaying modules.cpath with a pure Lua CGI:
package.cpath="/usr/lib64/lua/5.2/?.so;/usr/lib64/lua/5.2/loadall.so;./?.so"
(which is the correct path)

Gün.



Reply via email to