Re: mod_lua oddities

2013-06-06 Thread Guenter Knauf
On 06.06.2013 02:34, Eric Covener wrote: This is a bug in the example and/or the code. If you don't return a HTTP status code, or apache2.OK, the request is declined and handled by the core. I am split between returning 500 or assuming no return value = apache2.OK. thanks Eric! After I added a

Re: mod_lua oddities

2013-06-06 Thread Eric Covener
On Thu, Jun 6, 2013 at 5:03 AM, Guenter Knauf fua...@apache.org wrote: On 06.06.2013 02:34, Eric Covener wrote: This is a bug in the example and/or the code. If you don't return a HTTP status code, or apache2.OK, the request is declined and handled by the core. I am split between returning

Re: mod_lua oddities

2013-06-06 Thread Guenter Knauf
On 06.06.2013 12:48, Eric Covener wrote: What's the expectation on a relative path? ServerRoot? yep

mod_lua oddities

2013-06-05 Thread Gregg Smith
Hi folks, The more eyes the better I've been told. Sorry that it's lengthy. x86 VC9 *Release* Build httpd version : 2.4.5-r1489105 mod_lua from trunk at r1487956 Odd results: ServerRoot C:/Apache24A 1. Running scripts fortune.lua or example.lua via URL works. 2. With LuaMapHandler

Re: mod_lua oddities

2013-06-05 Thread Guenter Knauf
On 05.06.2013 08:11, Gregg Smith wrote: Hi folks, The more eyes the better I've been told. Sorry that it's lengthy. x86 VC9 *Release* Build httpd version : 2.4.5-r1489105 mod_lua from trunk at r1487956 Odd results: ServerRoot C:/Apache24A 1. Running scripts fortune.lua or example.lua

Re: mod_lua oddities

2013-06-05 Thread Guenter Knauf
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 htmlhead title404 Not Found/title /headbody h1Not Found/h1

Re: mod_lua oddities

2013-06-05 Thread Eric Covener
This is a bug in the example and/or the code. If you don't return a HTTP status code, or apache2.OK, the request is declined and handled by the core. I am split between returning 500 or assuming no return value = apache2.OK. On Wed, Jun 5, 2013 at 3:59 PM, Guenter Knauf fua...@apache.org wrote: