Practical mod_perl / HTML Book /



previous page: 25.1.2.5. PerlWarn
  
page up: HTML Version of the book
  
next page: 25.1.3. Code Porting

25.1.2.6. PerlFreshRestart


PerlFreshRestart is a mod_perl 1.0 legacy option and doesn't exist in mod_perl 2.0. A full tear-down and startup of interpreters is done on restart.

If you need to use the same httpd.conf file for 1.0 and 2.0, use:

<IfDefine !MODPERL2>
    PerlFreshRestart On
</IfDefine>

 

Continue to:

  • prev: 25.1.2.5. PerlWarn
  • Table of Contents
  • next: 25.1.3. Code Porting







TOP
previous page: 25.1.2.5. PerlWarn
  
page up: HTML Version of the book
  
next page: 25.1.3. Code Porting


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