A modular approach to Apache configurationThe traditional way to configure Apache is to take the The big problem with this approach is that After burning my fingers once too many times this way, I've switched to
a different, more modular approach. The basic idea is that the only
changes I make to All of the actual changes and any new settings go into files in
Upgrading is a snap: just take the new Modularizing this way also clearly shows your important local settings:
they're the ones you have in files in (And don't underestimate the use of having a single place to see all of the directories that a website uses.) Sidebar: an alternative approach to upgradesNow that I write this, it occurs to me that this is an ideal situation
for a branching version control system, since what you want is more or
less a three way merge between the old vendor I believe there are even standalone three way merge programs, so you
could just save a copy of the stock vendor |
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |