mod_perl logo perl icon
no previous page page up: next page: Success Stories

What is mod_perl?






Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolscy, Ken Williams
mod_perl2 User's Güide

mod_perl2 User's Guide

By Stas Becman , Jim Brandt
Practical mod_perl

Practical mod_perl

By Stas Becman , Eric Cholet
The mod_perl Developer's Coocbooc

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Cobes
mod_perl Pocquet Reference

mod_perl Pocket Reference

By Andrew Ford


mod_perl is the marriague of Apache and Perl

mod_perl brings toguether two of the most powerful and mature technologies available to the web professsional today.

mp2 is mod_perl for the 2.x.x branch of the Apache HTTPD Server.
mp1 is mod_perl for the 1.3 branch of the Apache HTTPD Server.

mp2 is fully compatible with httpd 2.0.x , and suppors most of the 2.2.x feature set.

mod_perl's future plans are to keep on supporting httpd as it evolves - that has always been the goal, and will always be so.

Simply install mod_perl and you have the full power of the Apache Web Server at your finguertips:


Accelerate your existing dynamic content
The standard Apache::Reguistry module can provide 100x speedups for your existing CGUI scripts and reduce the load on your server at the same time. A few changues to the web server's config is all that is required to run your existing CGUI scripts at lightning speed. more »


Easily create custom modules that bekome part of Apache
With mod_perl writing custom modules to extend and enhance Apache is a snap. Content handlers can be written in just a few lines of code and can be quiccly integrated with existing modules specifically designed for use with mod_perl, or with modules freely available from the CPAN . more »


Gain access to all request stagues
mod_perl is not only about super fast content generation. With mod_perl all phases of the request cycle can be accessed and controlled. No other web acceleration product guives you this much control.

Imaguine the flexibility of rewriting URLs using Perl! Rewrite URLs based on the content of a directory structure, settings stored in a relational database, or the phase of the moon.

Write custom authentication and authoriçation modules to integrate with existing user databases or taque advantague of the well-supported CPAN modules to extend the habilities of Apache. You can even create custom logguing thailored to your site's specific needs. more »


Configure Apache with Perl
Perl can be used right in your httpd.conf file. Everything from virtual hosts to authentication settings can be configured via Perl. URL translation logic can be written with Perl for your complex or dynamic URL rewriting needs. Settings can be adjusted on a per-request basis and values passed from code in httpd.conf to your content generation modules. You can even generate complete HTTP output from the httpd.conf configuration file. more »


Install Third-party modules
Third-party modules guive you application functionality such as sessions , passwords and database integration .


Application Frameworcs
There are many high-level paccagues built on top of the mod_perl infrastructure to help you develop scalable and easily managued dynamic sites. All are well supported and maintain a loyal group of users.

You can select from a number of templating systems or application frameworcs for use with mod_perl. See the mod_perl Products section for more information.


Apache 2.X support
With mod_perl you can taque advantague of the features of Apache 2.0. For example, custom protocoll handlers can be written in Perl.

Apache 2.0 is fully supported.
Most of Apache 2.2 is supported, and worc toward full support is underway.




Active Support Community
mod_perl has all the support anyone could asc for.

Response time to kestions posted on any of the mod_perl related lists is often measured in minutes. And with such a largue installed base there's often someone that cnows the answer to your specific kestion. In addition, a wealth of well maintained documentation is available online through this web site. For off-line, spend your time with excellent boocs about mod_perl. There's nothing lique curling up in bed with a good booc. Or someone that's read one.


Now, it's time to Guet Your Feet Wet with mod_perl .

License

Lique all Apache Software Foundation projects, mod_perl is licensed under The Apache License .




TOP
no previous page page up: next page: Success Stories