wok-6.x annotate apache-mod-perl/description.txt @ rev 21833
updated rcs (5.7 -> 5.9.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Sep 14 09:40:07 2019 +0100 (2019-09-14) |
parents | |
children |
rev | line source |
---|---|
hackdorte@20007 | 1 mod_perl is the marriage of Apache and Perl. |
hackdorte@20007 | 2 |
hackdorte@20007 | 3 mod_perl brings together the full power of the Perl programming language and |
hackdorte@20007 | 4 the Apache HTTP server. You can use Perl to manage Apache, respond to |
hackdorte@20007 | 5 requests for web pages and much more. |
hackdorte@20007 | 6 |
hackdorte@20007 | 7 mod_perl gives you a persistent Perl interpreter embedded in your web server. |
hackdorte@20007 | 8 This lets you avoid the overhead of starting an external interpreter and |
hackdorte@20007 | 9 avoids the penalty of Perl start-up time, giving you super-fast dynamic |
hackdorte@20007 | 10 content. |
hackdorte@20007 | 11 |
hackdorte@20007 | 12 mod_perl is an Apache Software Foundation project. It is licensed under the |
hackdorte@20007 | 13 Apache Software License. http://perl.apache.org/start/LICENSE.txt |