Which PHP and Apache modules

Description of your first forum.
Post Reply
bakerashley127
Posts: 6
Joined: Thu Jan 22, 2015 4:17 pm

Which PHP and Apache modules

Post by bakerashley127 » Mon Jul 20, 2015 10:27 pm

Hello,

How to know which PHP and Apache modules i am using.

Thanks

Oliviajohnson
Posts: 7
Joined: Mon Dec 29, 2014 3:32 pm

Re: Which PHP and Apache modules

Post by Oliviajohnson » Mon Jul 20, 2015 10:36 pm

Follow these steps to confirm PHP and Apache modules we have installed.

Login via SSH to our server to run the following commands.

Apache:

/usr/local/apache/bin/httpd -l

PHP:

php -v

If the module that we are looking for is not listed we will require to run a recompile to have the module loaded. On cPanel servers this can be through running this command:

/scripts/easyapache

Post Reply