Practical mod_perl / HTML Book /



previous page: 25.1. Migrating to and Programming with mod_perl 2.0
  
page up: HTML Version of the book
  
next page: 25.1.2. Migrating Configuration Files

25.1.1. The Shortest Migration Path


mod_perl 2.0 provides two backward-compatibility layers: one for the configuration files and the other for the code. If you are concerned about preserving backward compatibility with mod_perl 1.0, or are just experimenting with mod_perl 2.0 while continuing to run mod_perl 1.0 on your production server, simply enable the code-compatibility layer by adding:

use Apache2;
use Apache::compat;

at the top of your startup file. Backward compatibility of the configuration is enabled by default.

 

Continue to:

  • prev: 25.1. Migrating to and Programming with mod_perl 2.0
  • Table of Contents
  • next: 25.1.2. Migrating Configuration Files







TOP
previous page: 25.1. Migrating to and Programming with mod_perl 2.0
  
page up: HTML Version of the book
  
next page: 25.1.2. Migrating Configuration Files


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com