Dual-license your content for inclusion in The Perl 5 Wiki using this HOWTO, or join us for a chat on irc.freenode.net#PerlNet.
Melbourne Perl Mongers/8th June 2005
From PerlNet
Contents |
[edit]
Description
mod_perl 2.0 supports all the mod_perl 1.0 features and brings a whole lot of new functionality such as protocol and filter handlers, improved configuration access, threads support and much more. This tutorial will get you up to speed with the new features, in addition to reviewing the old ones.
[edit]
We will cover
- Getting Your Feet Wet
- A quick introduction to mod_perl 2.0
- Startup handlers
- Protocol handlers
- Filter handlers
- HTTP request handlers
- Migrating from mod_perl 1.0 to 2.0
[edit]
Homework
I'd also like to suggest that people come prepared by reading through the presentation handouts or slides available from: http://stason.org/tmp/mod_perl-2.0-tutorial-handouts.pdf.gz http://stason.org/tmp/mod_perl-2.0-tutorial-slides.pdf.gz
Also corrections and questions about the above documents are welcome.
[edit]

