Mod perl
From Wikipedia, the free encyclopedia
- The title of this article should be mod_perl. The initial letter is capitalized and an underscore is substituted or omitted because of technical restrictions.
mod_perl is an optional module for the Apache HTTP server. It embeds a Perl 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 for each request.
mod_perl can emulate a CGI environment, so that existing Perl CGI scripts can benefit from the performance boost without having to be re-written.
Unlike CGI (and most other web application environments), mod_perl provides complete access to the Apache API, allowing programmers to easily write handlers for any phase in the Apache request cycle, manipulate Apache's internal tables and state mechanisms, share data between Apache processes or threads, alter or extend the Apache configuration file parser, and add Perl code to the configuration file itself, among other things.
[edit] See also
[edit] External links
- Articles
- Books
- Practical mod_perl is a complete book available online.
- Writing Apache Modules with Perl and C with sample chapters and source code.
- mod_perl Developer's Cookbook with sample chapters.
- Software
- XAMPP is an easy to install Apache distribution with mod_perl and many other applications for Linux, Mac OS X, Solaris and Windows.
- IndigoPerl includes an Apache web server integrated with mod_perl and other applications.
- Support
- Revolution Systems mod_perl support, consulting, and bespoke development services.
Top level Projects: Apache HTTP Server · Ant · APR · Beehive · Cocoon · Directory · Excalibur · Forrest · Geronimo · Gump · iBATIS · Jackrabbit · James · Lenya · Maven · MyFaces · mod_perl · SpamAssassin · Struts · TCL · Tomcat · Axis · XMLBeans · Tapestry · HiveMind · WebWork 2 · Harmony
Jakarta Project: BCEL · BSF · Cactus · Commons · ECS · HttpComponents · JCS · JMeter · ORO · POI · Regexp · Slide · Taglibs · Turbine · Velocity
Apache DB: Derby · Torque · DdlUtils · OJB · JDO
Apache Portals: Jetspeed 1 · Jetspeed 2 · Graffito · Pluto · WSRP4J
Apache Lucene: Lucene Java · Nutch · Hadoop · Lucene4c · Lucy
Apache XML: AxKit · Xalan · Xerces
Apache Logging': Log4j · Log4Cxx · Log4Perl · Log4PLSQL
Apache Incubator: Yoko · WADI · OpenEJB · ServiceMix · ActiveMQ · OFBiz · Wicket · Log4Net · Log4PHP · Roller
License: Apache License • Website: apache.org