books
Free Books / Computers / Practical mod_perl /

previous page: 6.8.2.3. Using Apache::Reload
  
page up: Practical mod_perl | by Stas Bekman and Eric Cholet
  
next page: 6.8.2.4.1. Writing configuration files

6.8.2.4. Using dynamic configuration files




Description

This section is from the "Practical mod_perl" book, by Stas Bekman and Eric Cholet. Also available from Amazon: Practical mod_perl

Sometimes you may want an application to monitor its own configuration file and reload it when it is altered. But you don't want to restart the server for these changes to take effect. The solution is to use dynamic configuration files.

Dynamic configuration files are especially useful when you want to provide administrators with a configuration tool that modifies an application on the fly. This approach eliminates the need to provide shell access to the server. It can also prevent typos, because the administration program can verify the submitted modifications.

It's possible to get away with Apache::Reload and still have a similar small overhead for the stat( ) call, but this requires the involvement of a person who can modify httpd.conf to configure Apache::Reload. The method described next has no such requirement.

 

Continue to:

  • prev: 6.8.2.3. Using Apache::Reload
  • Table of Contents
  • next: 6.8.2.4.1. Writing configuration files

Books by Stas Bekman:















TOP
previous page: 6.8.2.3. Using Apache::Reload
  
page up: Practical mod_perl | by Stas Bekman and Eric Cholet
  
next page: 6.8.2.4.1. Writing configuration files

Topics

  • Animals
  • Architecture
  • Arts
  • Business
  • Computers
  • Crafts
  • Fairy Tales
  • Finance
  • Flora and Plants
  • Cooking
  • Gardening
  • Health and Healing
  • History
  • Home Improvements
  • Languages
  • New Age
  • Novels
  • Real Estate
  • Reference
  • Religion
  • Science
  • Society
  • Sports
  • Travel
  • Outdoors


Search

My Books

Headaches Begone! A Systemic Approach To Healing Your Headaches
Don't Let Your Bike Seat Ruin Your Sex Life Book

Discover

  • Answers FAQ

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

© 2007-2021 StasoSphere.com