How to Check which PHP and Apache Modules you have Installed

How to Check which PHP and Apache Modules you have Installed

 

So you would like to get a list of all of the Apache modules installed on the box where you are hosted. What command, script, or link should you use? You have come to the right place. This article covers how to check which PHP and Apache modules you have installed. Follow these quick steps:

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

Apache:

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

PHP:

php -v

If the module that you are looking for is not listed you will need to run a recompile to have the module loaded. On cPanel servers this can be done by running the following command:

/scripts/easyapache

If you are not familiar with this process please contact your hosting provider for further assistance.

  • 0 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

Connect using Putty to a Linux Server

This article covers how to connect using Putty to a Linux Server. 1. If you haven't already,...

How to Create a Full cPanel Backup through SSH

This article will guide you on how to create a full cPanel backup through SSH. Note: The syntax...

Useful cPanel Scripts

This article covers some useful scripts built into cPanel! cPanel Update /scripts/upcp  This...

How to Set up Auto Login to PHPMyAdmin

How to Set up Auto Login to PHPMyAdmin    This article covers how to setup Auto Login to...

Fix Webalizer not Updating Problem in cPanel

Fix the Webalizer not Updating Problem in WHM/cPanel The Webalizer is a fast, free web...