MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Administrator on September 16, 2014, 06:30:44 PM

Title: How to list php and httpd installed module on server ?
Post by: Administrator on September 16, 2014, 06:30:44 PM
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 !!