Hello,
How to know which PHP and Apache modules i am using.
Thanks
Which PHP and Apache modules
-
- Posts: 7
- Joined: Mon Dec 29, 2014 3:32 pm
Re: Which PHP and Apache modules
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
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