Is mod_perl dead?
Asked Answered
P

1

6

It's been a long while since mod_perl was really updated and seems like its development stoped at Apache 2.2. I've been waiting for it to become available for Apache 2.4 for now a very long while, but that hasn't happened yet.

I've been trying to find an updated answer (for 2014) about its current state but all I find is very old posts in forums and mailing lists.

Mod_perl has been really rock solid for me and my applications so far and my only complain is that I cannot move to Apache 2.4 yet. Keeps working great with Perl 5.20, which is the most recent Perl version at this moment.

So, I'm hoping someone informed or even involved reads this question here at StackOverflow:

Is mod_perl development dead?

Pereira answered 27/7, 2014 at 0:56 Comment(2)
Very very few people need/want Apache plugins written in Perl. Most people use mod_perl to provide a persistent Perl interpreter for their CGI scripts. If that's all you want, Fast CGI is simpler.Taite
Did you contact the mod_perl mailing lists and ask this?Pathless
E
11

As of July 26, 2014, I don't believe mod_perl is dead. The mod_perl source code can be found at:

The source code revisions log shows commits as recently as 6 weeks ago related to Apache 2.4.

In addition, the mod_perl users mailing list's archives can be found at:

Activity there appears to be very consistent with active usage, and the developer Steve Hay (to whom the commits above are attributed) commented as recently as June 23, 2014, that they are very close to releasing version 2.0.9 with support for Apache 2.4.

Edelman answered 27/7, 2014 at 3:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.