Mod perl: Difference between revisions

Content deleted Content added
m Grammar fix
Perl guy (talk | contribs)
m Linked interpreter.
Line 1:
'''mod_perl''' is an optional module for the [[Apache web server]].
It embeds a [[Perl]] [[Interpreter (computing)|interpreter]] into the Apache server, so that dynamic content produced by Perl scripts can be served in response to incoming requests, without the significant overhead of re-launching the Perl [[Interpreter (computing)|interpreter]] for each request.
 
mod_perl can emulate a [[Common Gateway Interface|CGI]] environment, so that existing Perl CGI scripts can benefit from the performance boost without having to be re-written.