wok diff apache-mod-perl/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/apache-mod-perl/description.txt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +mod_perl is the marriage of Apache and Perl.
     1.5 +
     1.6 +mod_perl brings together the full power of the Perl programming language and 
     1.7 +the Apache HTTP server. You can use Perl to manage Apache, respond to 
     1.8 +requests for web pages and much more.
     1.9 +
    1.10 +mod_perl gives you a persistent Perl interpreter embedded in your web server. 
    1.11 +This lets you avoid the overhead of starting an external interpreter and 
    1.12 +avoids the penalty of Perl start-up time, giving you super-fast dynamic 
    1.13 +content.
    1.14 +
    1.15 +mod_perl is an Apache Software Foundation project. It is licensed under the 
    1.16 +Apache Software License. http://perl.apache.org/start/LICENSE.txt