LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Deploy apache and openssl (https://www.linuxquestions.org/questions/linux-newbie-8/deploy-apache-and-openssl-4175545617/)

LYC 06-17-2015 07:59 AM

Deploy apache and openssl
 
Hi,

To address the vulnerabilities, we upgraded the openssl by compiling from the source and recompiling apache with the upgraded openssl.

Is there a way to deploy the upgraded openssl and apache to other servers that supporting the same platform in the shortest time?

If the deployment can be done by copying, what are the relevant folders to copy?

Thanks in advance.

custangro 06-17-2015 03:19 PM

What distro are you running?

A good way is to use a package manager to turn them into an rpm or apt package.

LYC 06-17-2015 05:15 PM

How to go about it?

jpollard 06-17-2015 05:35 PM

It really depends on how you installed it.

Since you built it yourself, you have control over where it put the binaries.

I used to do it by putting the binaries in /usr/local/app-version, then I could just tar up the "app-version" directory tree and get everything for that application and version.

In one place (all systems were the same, and we had a storage area net), I just installed it there and exported it via NFS.


All times are GMT -5. The time now is 10:19 PM.