I select php 5.3 but in step build it use php 5.4

pishit

Registered
Feb 5, 2014
4
0
1
cPanel Access Level
Root Administrator
Hello,

Before build with Easy::Apache v3.24.11 I make sure already select as php 5.3 but in step build it use php 5.4. Why?
I can't build with php 5.3 :confused:
 

KurtN.

Well-Known Member
Jan 29, 2013
95
1
83
cPanel Access Level
Root Administrator
Please run the following commands and paste the output here:
  1. SSH into your host
  2. Run the following command: cat /var/cpanel/easy/apache/profile/_main.yaml
  3. Run the following command: /usr/local/apache/bin/httpd -v
  4. Run the following command: /usr/bin/php-cli -v
  5. Run the following command: strings /usr/local/apache/modules/libphp5.so | grep cpeasyapache | head -1
  6. Copy and paste the output of the previous steps here
 

pishit

Registered
Feb 5, 2014
4
0
1
cPanel Access Level
Root Administrator
:) Thank you it seems problem is file /var/cpanel/apps/modsec.conf I try command : touch /var/cpanel/apps/modsec.conf and rebuild php 5.3 it work!