0 Members and 2 Guests are viewing this topic.
@dbmtrI understand your frustration, the cure for now that we use is to lock the .conf files.The updates also mess up the setting we need for the mirror servers we run.Here is what we do:cd /usr/local/apache/conf/chattr +i *.confcd /usr/local/apache/conf.d/vhosts/chattr +i *.confor you can do chattr +i /usr/local/apache/conf.d/vhosts/*.confI always like to make sure I'm in the right folder.But if you have to do a change, you have to run the opposite chattr -i, make the changes, then relock.
You can use chattr to lock/unlock any files you choose to.