VMware Cloud Community
JJKMiners
Contributor
Contributor
Jump to solution

Check Apache http version in Vcenter 7.0.3.01300

Scan is telling me I have a Apache http version lower then 2.4.56.

Running VMware vCenter Server Version 7.0.3.01300 with no updates available.

Vmware Photon OS (64bit)

Any idea how to verify this and update if need be after verification?

Thank you, 

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
memaad
Virtuoso
Virtuoso
Jump to solution

memaad_1-1679600115954.png

 

 

 

Mohammed | Mark it as helpful or correct if my suggestion is useful.

View solution in original post

6 Replies
memaad
Virtuoso
Virtuoso
Jump to solution

login to vCenter server console or through ssh using root account

run this below command

rpm -qa | grep "httpd"

This will give you version of apache.

To update, you should wait for  update from VMware

Mohammed | Mark it as helpful or correct if my suggestion is useful.
0 Kudos
JJKMiners
Contributor
Contributor
Jump to solution

Thank you.

Funny enough I have 2 vCenter's that look to be identical and the scan is telling me one has an old version of apache but the other does not.  

0 Kudos
JJKMiners
Contributor
Contributor
Jump to solution

I get Unkown command: 'rpm'

0 Kudos
memaad
Virtuoso
Virtuoso
Jump to solution

login as  "root"

enter  command 'shell' , it enter

rpm -qa | grep "httpd"

 

 

Mohammed | Mark it as helpful or correct if my suggestion is useful.
memaad
Virtuoso
Virtuoso
Jump to solution

memaad_1-1679600115954.png

 

 

 

Mohammed | Mark it as helpful or correct if my suggestion is useful.
JJKMiners
Contributor
Contributor
Jump to solution

Thank you worked perfectly.

0 Kudos