Questions tagged [easyapache-4]

25 questions
0
votes
0 answers

Any php file yields error message `“ea-php54” is not an EA4 SCL PHP`, but EasyApache3 is installed

We have EasyApache3 installed on Apache (Bluehost is the service provider). Overnight all our php files stopped working. Running a php file from the browser yields error message [an error occurred while processing this directive] Running any php…
Rick Gladwin
  • 4,225
  • 1
  • 17
  • 21
0
votes
0 answers

How to check if static file caching is working in Apache built with ea4?

I have installed mod_file_cache via EasyApache 4 (Apache 2.4.39) in cpanel (version 78) and it's enabled as well, is there any way to check if it's running or caching content at all via ssh command?
Bentix
  • 77
  • 1
  • 8
0
votes
1 answer

my host shows java web files as raw files

so I bought a domain from bluehost that provide java web application according to their website.the problem is, my .jsp and .java files don't work probably, the .jsp files are displayed as raw text, How can I fix this? ps: the cpanel uses…
SH A
  • 95
  • 1
  • 9
0
votes
1 answer

PHP include path and EasyApache 4 - need changing?

We recently just updated to EasyApache 4 and from what I am told things are no longer really stored in /usr/local/lib/php, but rather in /opt/cpanel/{version-number}. Now, before the upgrade we had an include path in the php.ini that included both…
Brett
  • 19,449
  • 54
  • 157
  • 290
0
votes
0 answers

yii2 run cron job in lsphp

I am working on yii2 Advance. My hosting provider has upgraded the server to Easyapache 4 which run lsphp. For this they recomend to below line in htaccess. AddHandler application/x-httpd-lsphp .html But we do not have the htaccess file in console…
Ish
  • 2,085
  • 3
  • 21
  • 38
0
votes
1 answer

Symfony3: 404 on DEV, 403 on PROD WITH Controller Response

I am at a loss... I am doing an AJAX POST to Symfony. In the PROD environment (app.php) I get a 403 FORBIDDEN status code (user does have access), but the response contains an error message that is generated inside the controller for one of the POST…
Magnanimity
  • 1,293
  • 8
  • 24
  • 44
0
votes
0 answers

Apache update error

root@server.mydomain.com [~]# yum update Loaded plugins: fastestmirror, security, universal-hooks Setting up Update Process Loading mirror speeds from cached hostfile Could not…
sona
  • 23
  • 1
  • 8
0
votes
2 answers

Failed to parse address on mysqli_connect

Background: Converted from EasyApache3 -> EasyApache4 (Cpanel). Went from mpm-prefork/php5.5/dso to mpm-worker/php71fpm/fastcgi. The error message is: Failed to parse address "127.0.0.1:3306:3306" in /home/user/conndb/conndb.php on…
user3144056
  • 41
  • 2
  • 6
0
votes
0 answers

Installing php-pecl-memcache via yum tries to install php-cli, which conflicts with EasyApache's version

I'm running 64-bit CentOS 7 with cPanel/WHM/EasyApache 4, and am trying to get memcache and memcached (PHP) installed. I installed memcache via yum without a hitch, but when trying to "yum install php-pecl-memcached", this is the error I…
Sean
  • 155
  • 1
  • 1
  • 6
-2
votes
1 answer

Installing PHP 5.2 IN CPANEL EASY APACHE 4 at WHM

I am trying to install PHP version 5.2 on CentOS with WHM 86 on EasyApache 4. I am following this link https://linuxadmin.io/php-5-2-in-a-cpanel-easyapache4-enviroment/ These line give me error, can someone guide me what does these line of code do…
1
2