Hello Guys,
This post will help you to list the installed modules of http and php. So you can see what modules you have installed on server and found missing module. Below are the steps.
To check PHP installed modules :- Quote#php -m
It will show the list of all installed PHP modules.
To check Http installed module:-Quote#httpd -m
It will show the all http installed modules.
Enjoy !!