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.

david
asked May 10, 2017
1 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
View More
jagannatharumugam
answered May 10, 2017
Your Answer
||||
 
100:0