aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl2/pkg-descr
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-06-02 10:50:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-06-02 10:50:25 +0000
commit98d1940e64f8d2d3dd081652376b3d6386f90b5b (patch)
tree13c871d6aae5a61170adee2a6eca8b1bbb81e51e /www/mod_perl2/pkg-descr
parentd1b8e7fd9f30e8a3172242e4fa380c69488f1b0f (diff)
downloadports-98d1940e64f8d2d3dd081652376b3d6386f90b5b.tar.gz
ports-98d1940e64f8d2d3dd081652376b3d6386f90b5b.zip
Notes
Diffstat (limited to 'www/mod_perl2/pkg-descr')
-rw-r--r--www/mod_perl2/pkg-descr18
1 files changed, 13 insertions, 5 deletions
diff --git a/www/mod_perl2/pkg-descr b/www/mod_perl2/pkg-descr
index b88705f98b67..00112d4eef4b 100644
--- a/www/mod_perl2/pkg-descr
+++ b/www/mod_perl2/pkg-descr
@@ -1,7 +1,15 @@
-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.
+mod_perl brings together the full power of the Perl programming language
+and the Apache HTTP server. You can use Perl to manage Apache, respond to
+requests for web pages and much more.
+
+mod_perl gives you a persistent Perl interpreter embedded in your web
+server. This lets you avoid the overhead of starting an external interpreter
+and avoids the penalty of Perl start-up time, giving you super-fast
+dynamic content.
+
+As you'd expect from the Perl community, there are hundreds of modules
+written for mod_perl, everything from persistent database connections, to
+templating sytems, to complete XML content delivery systems. Web sites like
+Slashdot and Wired Magazine use mod_perl.
WWW: http://perl.apache.org/