Re: Issue in using php5_module module.

2013-06-06 Thread Sindhi Sindhi
Thankyou Joe, I'll definitely check the the filter code. On Tue, May 28, 2013 at 8:26 PM, Joe Lewis j...@joe-lewis.com wrote: On 05/28/2013 08:38 AM, Sindhi Sindhi wrote: [SNIP] With these changes, when I start httpd.exe and try to launch a simple php file shown above, from the browser,

Tear down of module on server stop

2013-06-06 Thread Sean Beck
Where does the tear down happen when httpd is stopped? I have some code for sending messages to ActiveMQ in my module and I would like to only make a connection on startup rather than every time someone connects, but then I need to destroy the connection when the server stops. Also,

Re: Tear down of module on server stop

2013-06-06 Thread Joe Lewis
On 06/06/2013 03:14 PM, Sean Beck wrote: Where does the tear down happen when httpd is stopped? I have some code for sending messages to ActiveMQ in my module and I would like to only make a connection on startup rather than every time someone connects, but then I need to destroy the connection

Re: Tear down of module on server stop

2013-06-06 Thread Sean Beck
Would I register the pool clean up function in the module struct? On Thu, Jun 6, 2013 at 3:16 PM, Joe Lewis j...@joe-lewis.com wrote: On 06/06/2013 03:14 PM, Sean Beck wrote: Where does the tear down happen when httpd is stopped? I have some code for sending messages to ActiveMQ in my

Re: Tear down of module on server stop

2013-06-06 Thread Sean Beck
So in the post_config hook I set up the connections then register a clean up function to terminate the connections? On Thu, Jun 6, 2013 at 4:11 PM, Joe Lewis j...@joe-lewis.com wrote: On 06/06/2013 03:27 PM, Sean Beck wrote: Would I register the pool clean up function in the module struct?

Re: Bug with mod_xml2enc and docx files

2013-06-06 Thread Thomas Eckert
Would you please let me know once you have completed/commited this ? I much rather copy your fix locally and apply it until the next upgrade where it would be contained anyway, instead of live with another custom patch. On Tue, Jun 4, 2013 at 1:13 AM, Nick Kew n...@webthing.com wrote: On 3 Jun

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

Re: svn commit: r1490290 - /httpd/httpd/trunk/modules/lua/lua_passwd.c

2013-06-06 Thread Guenter Knauf
Hi Rüdiger, On 06.06.2013 16:03, rpl...@apache.org wrote: Author: rpluem Date: Thu Jun 6 14:03:28 2013 New Revision: 1490290 URL: http://svn.apache.org/r1490290 Log: * truncpw was allocated from a pool and not via malloc Modified: httpd/httpd/trunk/modules/lua/lua_passwd.c Modified:

Re: Time for 2.4.5 ??

2013-06-06 Thread Michael Felt
consider this a curiosity - but using the same configure command for 2.4.4 and 2.4.x - with 2.4.x the filter mod_deflate.c gets included in libexec in version 2.4.4, but not in 2.4.x Is this expected? the mod_deflate.so is no longer included (by default)? using: ./configure \

Re: Time for 2.4.5 ??

2013-06-06 Thread Eric Covener
On Thu, Jun 6, 2013 at 5:56 PM, Michael Felt mamf...@gmail.com wrote: consider this a curiosity - but using the same configure command for 2.4.4 and 2.4.x - with 2.4.x the filter mod_deflate.c gets included in libexec in version 2.4.4, but not in 2.4.x Is this expected? the mod_deflate.so is

Re: svn commit: r1490290 - /httpd/httpd/trunk/modules/lua/lua_passwd.c

2013-06-06 Thread Marion Christophe JAILLET
Correct. This was introduced in r1465115. Fixed in trunk in r1490507. Le 06/06/2013 17:54, Guenter Knauf a écrit : ua/lua_passwd.c T