Hi @Richard Mochnacewski
Running httpd instances typically need to be restarted after the updated binaries are installed. Existing worker processes continue to run the old code until the service is restarted.
The fixes usually do not take effect until the server is restarted from what I know.
> Also, how do we check that the update actually includes the fixes.
To verify that the update was installed, check the version in your LPAR:
• httpd -v
• apachectl -v
Additionally, in AIX, if you want to check which version has the fix, then run the below command and check the latest change log.
rpm -q --changelog httpd
------------------------------
Aditya Kamath
------------------------------
Original Message:
Sent: 07/08/26 12:42 PM
From: Richard Mochnacewski
Subject: Security alert for Apache httpd 2.4
Hi,
When applying this update, do any running instances need to be stopped and/or restarted ? Also, how do we check that the update actually includes the fixes.
Richard
------------------------------
Richard Mochnacewski
------------------------------