0

how to view the installed modules in apache

Is there any command to view to installed modules in apache. There exists many unwanted modules, so i need the list of installed modules to remove.

Apache Linux Web Server Add a comment
david
asked May 10 2017

Answer

0

Simply use php -m option. It will display all the modules which is installed i.e enabled to use is shown.

# php -m
Add a comment
jagannatharumugam
asked May 10 2017
edited Oct 05 2018
Post your Answer