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

Re: mod_lua oddities

2013-06-06 Thread Eric Covener
On Thu, Jun 6, 2013 at 5:03 AM, Guenter Knauf 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 500 o

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-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 wrote: > On 05.06.2013 08

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 404 Not Found Not Found The requested URL /tellme was not found on this server. [Thu Jun 06 00:05:12.04

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

mod_lua oddities

2013-06-04 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