in reply to Re: Configuration Files
in thread Configuration Files
Perhaps I didn't explain the problem properly.. The config will be updated (just not very often), and the goal of the project is to make manual editing of config files (including Apache config) more or less non-existant. So I have an application that generates these config files, which then get read on the other side.
I could generate them in a way so that they're written as a set of variables, and read in to Apache, but there are going to be a lot (about 20+ a week are created), and there's quite a lot of data in each, so I'm concerned that the memory usage would be too great (hence my current solution).
I hope that makes it a little clearer..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Configuration Files
by dragonchild (Archbishop) on Nov 02, 2004 at 16:33 UTC | |
by Mutant (Priest) on Nov 02, 2004 at 16:41 UTC | |
by Anonymous Monk on Nov 02, 2004 at 16:55 UTC | |
by Mutant (Priest) on Nov 02, 2004 at 17:01 UTC | |
by Anonymous Monk on Nov 03, 2004 at 12:08 UTC |