I have a server running the non developer version of Apache. This is a production environment. I cannot afford to take the server offline longer than a couple minutes and hopefully only seconds. I don't want to lose the current apache installation settings and configuration.
I have an apache module, lets call it module.c, that I would like to install. I need apxs to install the module. I am afraid that running "yum install httpd-devel" will destroy the current site setup.
Is there a way to do this without apxs?
Will installing http-devel leave the current apache settings/configuration intact?