mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4d35bc6ad0
This is mod_perl for Apache. It is intended as a replacement for the p5-Apache port. Instead of creating a replacement httpd binary with mod_perl linked into it, it uses Apache's APXS to create and install mod_perl as a DSO. This makes it suitable for use with apachexx-xxx ports other than apache13.
8 lines
389 B
Plaintext
8 lines
389 B
Plaintext
The Apache/Perl integration project brings together the full power of
|
|
the Perl programming language and the Apache HTTP server. With mod_perl
|
|
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 and the penalty of Perl start-up time.
|
|
|
|
WWW: http://perl.apache.org/
|