./www/ap2-perl, Module that embeds a Perl interpreter into Apache

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.13nb2, Package name: ap24-perl-2.0.13nb2, Maintainer: pkgsrc-users

The Apache/Perl integration project brings together the full power of the
Perl programming language and the Apache HTTP server. This is achieved by
linking the Perl runtime library into the server and providing an object
oriented Perl interface to the server's C language API.

These pieces are seamlessly glued together by the `mod_perl' server
plugin, making it is possible to write Apache modules entirely in Perl.
In addition, the persistent interpreter embedded in the server avoids the
overhead of starting an external interpreter program and the additional
Perl start-up (compile) time.


Required to run:
[lang/perl5] [www/apache24]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 3758.288 KB

Version history: (Expand)


CVS history: (Expand)


   2025-07-04 10:49:39 by Thomas Klausner | Files touched by this commit (2519)
Log message:
*: bump for perl 5.42.0
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2023-11-02 15:59:00 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
ap24-perl: update to 2.0.13.

=item 2.0.13 October 21, 2023

Use get_server_banner() instead of deprecated get_server_version() in
Apache2::Status.  [Petr Písař <[email protected]]

Avoid generating APR precompiled headers. [Sam James <[email protected]>]

Fix build for perl >= 5.37.1. [Jitka Plesnikova <[email protected]>]
   2023-07-13 20:29:37 by Jonathan Perkin | Files touched by this commit (3)
Log message:
ap2-perl: Fix runtime symbol issue with newer perl.

Bump PKGREVISION.
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-02-03 09:06:39 by Thomas Klausner | Files touched by this commit (1)
Log message:
ap2-perl: remove obsolete patch
   2022-02-01 12:46:28 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
ap24-perl: update to 2.0.12.

2.0.12 January 30, 2022

Add bug tracker information to README, and add CONTRIBUTING.md. [Steve Hay]

Fix detection of APR's threading support on RHEL 8. [Petr Písař]

Fix build for perl >= 5.33.7. [Leon Timmermans]

Fix SIGSEGV crash due to wrong use of perl_parse(). [Charles Pigott]

Improve installation instructions for AIX. [Rainer Tammer]