Centos Install Php As Apache Module Api

  1. Centos Install Php As Apache Module Apicole
  2. Run Php As Apache
  3. Centos Install Php As Apache Module Apim
  4. Centos Install Php As Apache Module Api
Active1 year, 4 months ago

CentOS 7 Apache 2.4 with PHP-FPM. But still keep the tuning options open that come with PHP-FPM? Well, there is a module for that! # yum install httpd httpd. I am using Apache on Redhat/Centos, there are no PHP modules. Can anyone tell me where can I find a PHP module with.SO extension file? Hp ipaq 214 enterprise handheld firmware update. In www.php.net there are no.SO extension files. Enabling php in Apache on Linux (CentOS 6) by Loading the Module in httpd.conf Posted on September 1, 2014 February 3, 2015 by Ahmed Amayem Though installing different versions of php using yum should enable php automatically on Apache 2.2, in case there is a problem and it is not enabled this tutorial shows how to enable it.

I'm trying to install PHP 5.5.21 on CentOS 7.0.When I execute php -vI get about 10 modules errors like this one:

I tryed to install or update package with pecl install curl and pecl upgrade curlBut pecl always responds :

And yum install php-curl says:

Centos Install Php As Apache Module Apicole

How can I do to fix modules error?

MaximeMaxime
9091 gold badge11 silver badges39 bronze badges

2 Answers

Run Php As Apache

Try running: find / -name curl.so

Then copy the directory it finds curl.so in and create a symbolic link to it where the rest of your working .so files are stored:

Then edit your php.ini file and enable the extension:

Restart apache:

This resolved my problem when I had a similar issue.

Centos Install Php As Apache Module Apim

EM-CreationsEM-Creations

Centos Install Php As Apache Module Api

3,1763 gold badges29 silver badges50 bronze badges

I finally solved my problem removing the custom PHP installation and using this tutorial to install PHP 5.5

MaximeMaximeApache
9091 gold badge11 silver badges39 bronze badges

Not the answer you're looking for? Browse other questions tagged phpmodulecentosphp-5.5centos7 or ask your own question.