Re: Possible to call Apache expression processor from module?

2013-01-10 Thread Eric Covener
On Thu, Jan 10, 2013 at 11:04 AM, oh...@cox.net wrote: Hi, I'm starting to work on a new module, and part of the functionality that I'd like to incorporate would involve processing Apache-type expressions to produce a true/false result that my module would then use to decide what to do,

Re: Possible to call Apache expression processor from module?

2013-01-10 Thread ohaya
Eric Covener cove...@gmail.com wrote: On Thu, Jan 10, 2013 at 11:04 AM, oh...@cox.net wrote: Hi, I'm starting to work on a new module, and part of the functionality that I'd like to incorporate would involve processing Apache-type expressions to produce a true/false result

Re: Possible to call Apache expression processor from module?

2013-01-10 Thread ohaya
oh...@cox.net wrote: Eric Covener cove...@gmail.com wrote: On Thu, Jan 10, 2013 at 11:04 AM, oh...@cox.net wrote: Hi, I'm starting to work on a new module, and part of the functionality that I'd like to incorporate would involve processing Apache-type expressions

Re: svn commit: r1431215 - /httpd/httpd/branches/2.4.x/STATUS

2013-01-10 Thread Daniel Gruno
On 01/10/2013 10:17 AM, fua...@apache.org wrote: Author: fuankg Date: Thu Jan 10 09:17:18 2013 New Revision: 1431215 URL: http://svn.apache.org/viewvc?rev=1431215view=rev Log: vote. Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS URL:

Re: svn commit: r1431215 - /httpd/httpd/branches/2.4.x/STATUS

2013-01-10 Thread Guenter Knauf
Hi Daniel, Am 10.01.2013 10:34, schrieb Daniel Gruno: Can you provide me with the errors that it produces, or some tips on how I can possibly run this compiler on my own computer? Otherwise, I really don't know what to do here - the bindings work fine on all the machines I've tested them on.

Re: svn commit: r1431215 - /httpd/httpd/branches/2.4.x/STATUS

2013-01-10 Thread Daniel Gruno
On 01/10/2013 01:52 PM, Guenter Knauf wrote: Hi Daniel, Am 10.01.2013 10:34, schrieb Daniel Gruno: Can you provide me with the errors that it produces, or some tips on how I can possibly run this compiler on my own computer? Otherwise, I really don't know what to do here - the bindings work

Re: svn commit: r1431331 - /httpd/httpd/branches/2.4.x/STATUS

2013-01-10 Thread Rainer Jung
On 10.01.2013 14:01, j...@apache.org wrote: Author: jim Date: Thu Jan 10 13:01:46 2013 New Revision: 1431331 URL: http://svn.apache.org/viewvc?rev=1431331view=rev Log: Merge r1418524 from trunk: Use ap_rputs instead of ap_rvputs where applicable. Submitted by: jailletc36

Re: svn commit: r1431331 - /httpd/httpd/branches/2.4.x/STATUS

2013-01-10 Thread Rainer Jung
Forget this, it was already backported as part of 1420696. Sorry for the noise. Rainer On 10.01.2013 14:18, Rainer Jung wrote: On 10.01.2013 14:01, j...@apache.org wrote: Author: jim Date: Thu Jan 10 13:01:46 2013 New Revision: 1431331 URL: http://svn.apache.org/viewvc?rev=1431331view=rev

Re: event mpm and mod_status

2013-01-10 Thread Niklas Edmundsson
To reiterate back to the event mpm / mod_status integration, are there any work in progress on implementing a more verbose status display for the event mpm? I'm thinking of something that can show all requests currently being processed like we have today for prefork/worker. The current

Re: svn commit: r1431215 - /httpd/httpd/branches/2.4.x/STATUS

2013-01-10 Thread Gregg Smith
Hi Daniel, On 1/10/2013 4:55 AM, Daniel Gruno wrote: On 01/10/2013 01:52 PM, Guenter Knauf wrote: Hi Daniel, Am 10.01.2013 10:34, schrieb Daniel Gruno: Can you provide me with the errors that it produces, or some tips on how I can possibly run this compiler on my own computer? Otherwise, I

Re: svn commit: r1431215 - /httpd/httpd/branches/2.4.x/STATUS

2013-01-10 Thread Gregg Smith
On 1/10/2013 1:33 PM, Gregg Smith wrote: Your 2.4 patch seems to be missing this part of r1430225 http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/mod_lua.dsp?r1=1430225r2=1430224pathrev=1430225 This is also needed http://svn.apache.org/viewvc?view=revisionrevision=1431681

Re: svn commit: r1431215 - /httpd/httpd/branches/2.4.x/STATUS

2013-01-10 Thread Daniel Gruno
On 01/10/2013 10:33 PM, Gregg Smith wrote: Hi Daniel, On 1/10/2013 4:55 AM, Daniel Gruno wrote: On 01/10/2013 01:52 PM, Guenter Knauf wrote: Hi Daniel, Am 10.01.2013 10:34, schrieb Daniel Gruno: Can you provide me with the errors that it produces, or some tips on how I can possibly run

Re: svn commit: r1431215 - /httpd/httpd/branches/2.4.x/STATUS

2013-01-10 Thread Daniel Gruno
On 01/10/2013 10:33 PM, Gregg Smith wrote: On a side note there's this, not sure how long that's been there, it just seems wrong not having a 'case' return something. c:\build2\httpd-2.4.x_r1431331\modules\lua\mod_lua.c(110) : warning C4715: 'scope_to_string' : not all control paths return a