Which PHP and Apache modules

Description of your first forum.
Post Reply
bakerashley127
Posts: 10
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: 11
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

ethannicholas50
Posts: 11
Joined: Wed Jan 21, 2015 5:22 pm

Re: Which PHP and Apache modules

Post by ethannicholas50 » Wed Nov 10, 2021 6:39 am

The Apache HTTP Server, an open-source HTTP server, has a minimal core for HTTP request/response processing as well as Multi-Processing Modules (MPM), which distributes data processing across threads and/or processes.

meganedwards625
Posts: 9
Joined: Wed Jan 21, 2015 4:04 pm

Re: Which PHP and Apache modules

Post by meganedwards625 » Wed Dec 15, 2021 3:58 am

PHP support may be added to a variety of web servers (including IIS, Xitami, and others), but the Apache HTTP Server is the most often used. For instructions on how to install and setup Apache 2.2, the PHP engine, go here. PHP5 is the version that is supported.

Post Reply