keep Configs after CustomBuild Updates

Neter

New member
Joined
Jan 29, 2013
Messages
2
Greetings ,

I am planning to run Custom Build Update for : PHP / Apache / MySql ,
That's Question :

How I can keep my current config files like httpd.conf and my.conf with no change ?
Will running Custom Build, change my customized configs and settings ?
(For example after Apache 2.2.22 to 2.2.23 UPDATE OR PHP 5.2 to 5.4)

I want to ensure everything will work fine after update versions.

Thank you
 
You should of always been using custombuild to install everything. If not you will have a major headache on your hands.
 
You should of always been using custombuild to install everything. If not you will have a major headache on your hands.

Well , But my only concern is about configs , can we keep them Un-Change ?
Or we need to do every customized change again , after CustomBuild using ?
For example i made many chnages in : php.ini and httpd.conf
 
Custombuild usually does not either change or rewrite configs if you run simple update with it.
For more security you might want to chattr some of them immutable.
 
Back
Top