Re: Apache2 modules available

2010-07-29 Thread Fred Moyer
You should put these up on CPAN so users can take them for a spin. On Thu, Jul 29, 2010 at 12:52 PM, Ryan Gies wrote: > I hardly think that RC is the right time, however I thought I would speak > up.  I have been sitting on three Apache2 modules which I suspect are useful > enough to be included

Using Apache::Test for testing web clients instead of servers

2010-07-29 Thread Guillaume Rousse
Hello list. I'm trying to use Apache::Test for testing a web client (fusioninventory-agent, if that matters), not a server component. Basically, I have to test the agent can contact a web server with http or https, directly or through a proxy, check ssl cert, etc... So far, I figured out to launc

Re: Apache2 modules available

2010-07-29 Thread Fred Moyer
On Thu, Jul 29, 2010 at 12:52 PM, Ryan Gies wrote: >    2) Apache2::URI::unescape_url is (was) broken. >       http://www.mail-archive.com/[email protected]/msg23558.html It could be that unescape_url in httpd is at fault here since that is the source of this function via XS. I don't know

Apache2 modules available

2010-07-29 Thread Ryan Gies
I hardly think that RC is the right time, however I thought I would speak up. I have been sitting on three Apache2 modules which I suspect are useful enough to be included in the mod_perl2 bundle. Apache2::LogUtil -- Convenience routines for logging (+context info) my $log = Apache2::LogU

Re: 2.0.5 RC soon?

2010-07-29 Thread Ryan Gies
On 07/29/2010 01:15 PM, Fred Moyer wrote: I just checked out that thread, not sure how I missed it last year. But if you could pull https://svn.apache.org/repos/asf/perl/Apache-Reload/trunk and update the patches I'd be happy to test them and integrate into this release. Below is the patch (in

Re: 2.0.5 RC soon?

2010-07-29 Thread Fred Moyer
On Thu, Jul 29, 2010 at 9:15 AM, Ryan Gies wrote: > I'm not even sure what is being released, however wanted to follow through > just in case. This is the current 0.11 changeset: =item 0.11-dev Add a no Apache::Reload directive which skips reloading for modules that have it included (useful for

Re: 2.0.5 RC soon?

2010-07-29 Thread Ryan Gies
I'm not even sure what is being released, however wanted to follow through just in case. I submitted a patch (and revised according to feedback) for Apache2::Reload http://www.mail-archive.com/[email protected]/msg12391.html Did this make it in (Fred?) or would you like me to create a pat