Upgrade Apache in OpenOnDemand in Rocky Linux 8.6

Hi Support,

Due to security issue, I would like to upgrade Apache from version v2.4.37 to v2.4.54 in Rocky 8.6. I checked only one way for the Apache upgrade in Rocky 8.6 by building from source as shown below:-

tar -zxvf httpd-2.4.54.tar.gz
cd apache
./configure --prefix=/usr/local/apache
make
make test
make install

Is there any impact in OpenOnDemand if I use this method for the Apache upgrade?

Thanks

I’d still make backups, but this is just a patch so I would not expect anything to go wrong or be too crazy.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.