Re: support for Apache 2.4

2014-02-16 Thread John D Groenveld
In message , Steve Hay writes: >different OSes / httpd versions / build configurations etc. By all means >check out the httpd24threading branch and see what the current situation is >for you :-) Looks like there's bug in Apache2::Build in how it parses MPM in the 2.4 with traditional prefork, non

Re: support for Apache 2.4

2014-02-16 Thread Jie Gao
* Dominic Hargreaves wrote: > On Mon, Feb 17, 2014 at 10:16:57AM +1100, Jie Gao wrote: > > Some distros, such as Debian, included the incompleted mp with Apache > > 2.4 anyway, but I don't think it works. > > Jie, > > It would be very helpful if you could know which parts of mod_perl > for Debi

Re: support for Apache 2.4

2014-02-16 Thread Dominic Hargreaves
On Mon, Feb 17, 2014 at 10:16:57AM +1100, Jie Gao wrote: > Some distros, such as Debian, included the incompleted mp with Apache > 2.4 anyway, but I don't think it works. Jie, It would be very helpful if you could know which parts of mod_perl for Debian aren't working with Apache 2.4, so that we

Re: support for Apache 2.4

2014-02-16 Thread Steve Hay
On 16 Feb 2014 23:17, "Jie Gao" wrote: > > Hi Steve > > Thanks very much for the update. > > It would be good to have the todo list toward full support of Apache 2.4. > It's mostly the issue of certain tests in the (fairly extensive ) test suite failing that need to be fixed. Different failures a

Re: support for Apache 2.4

2014-02-16 Thread Jie Gao
Hi Steve Thanks very much for the update. It would be good to have the todo list toward full support of Apache 2.4. As for slow Apache 2.4 uptake, I guess there is not much incentive for many people to upgrade, as the 2.2 works so well; and I reckon there was a similar situation with 1.3 -> 2.0

Re: support for Apache 2.4

2014-02-16 Thread Dr James A Smith
On 16/02/2014 15:36, Steve Hay wrote: On 16 February 2014 15:11, Dominic Hargreaves wrote: On Sun, Feb 16, 2014 at 11:10:20PM +1100, Carl Brewer wrote: Having just downloaded this latest SVN repo, a grep for "2.4" in the root dir shows a couple of changes, but no explicit mention of 2.4 suppor

Re: support for Apache 2.4

2014-02-16 Thread Steve Hay
On 16 February 2014 15:11, Dominic Hargreaves wrote: > On Sun, Feb 16, 2014 at 11:10:20PM +1100, Carl Brewer wrote: >> Having just downloaded this latest SVN repo, a grep for "2.4" in the >> root dir shows a couple of changes, but no explicit mention of 2.4 >> support. >> >> Before I try it, does

Re: support for Apache 2.4

2014-02-16 Thread Dominic Hargreaves
On Sun, Feb 16, 2014 at 11:10:20PM +1100, Carl Brewer wrote: > Having just downloaded this latest SVN repo, a grep for "2.4" in the > root dir shows a couple of changes, but no explicit mention of 2.4 > support. > > Before I try it, does it actually support 2.4 yet? The Debian project is shipping

Re: support for Apache 2.4

2014-02-16 Thread Carl Brewer
On 16/02/2014 1:16 PM, Fred Moyer wrote: After a quick chat with Jie, I've updated perl.apache.org and removed the links to the snapshots directory which was broken. Apache.org is no longer supporting snapshot releases, which is why they are no longer available. If you have trouble viewing the

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-16 Thread André Warnier
Da Rock wrote: ... > SetHandler modperl PerlResponseHandler Mod_home::Mod These 2 lines above should be enough. Again as I thought. But if I may ask (for later configuration), how is access controlled? Using auth or access in the perl module rather than server acl's?

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-16 Thread Da Rock
On 02/15/14 08:45, John Dunlap wrote: Well, if I were in your position, I would follow the tutorial to the letter as a step in my troubleshooting. My reason for saying this isn't that I doubt your coding prowess but rather that you need to determine if the problem is with your code or with your