Questions tagged [easyapache-4]

25 questions
4
votes
5 answers

How to install mod_cloudflare for easyapache 4

I am trying to install mod_cloudflare for Apache using easyapache 4 on cPanel Server. I am running CentOS 7.2. I have installed mod_cloudflare for EasyApache4 following the instructions under Option 2 here. After running the installer it said…
Kevin Roth
  • 338
  • 1
  • 5
  • 14
2
votes
2 answers

EasyApache only applies PHP7 to public_html?

I'm using EasyApache 4 and Laravel 5.5 to deploy an API on a shared host. I got the project running at same level than public_html. In public_html, there's only project's public_html files. Now if I access my routes, they work fine. They where not,…
Marcelo Agimóvel
  • 1,668
  • 2
  • 20
  • 25
2
votes
1 answer

EasyApache Php configuration on LAMP server with WHM

With EasyApache3 and Php5.4, the server was setup whereby the parameter values in the master php.ini file could be adjusted per account using a local php.ini file located in the account root. Having upgraded to EasyApache4 and Php 5.6 this…
Nick W
  • 877
  • 2
  • 15
  • 30
2
votes
0 answers

MultiPHP Manager Reports Site Is Using A Version Of PHP That It Isn't

There are two sites running on a server with WHM V60.0. Both domains were assigned to PHP7 using the MultiPHP Manager, the default PHP version for the server is 5.6. I tested both sites pre-live, and they were absolutely running PHP7. Verified via…
NathanCFD
  • 21
  • 4
1
vote
1 answer

Apache httpd and Easy Apache 4 (Installing mod_wsgi for python app)

It's been a while but I am running into an issue and could not find any answers elsewhere. I pay for a dedicated server that is running Easy Apache 4 with Centos 7. I have root access to everything so no limitations. I am in the process of deploying…
VIDesignz
  • 4,703
  • 3
  • 25
  • 37
1
vote
0 answers

source code only showing html code not the result of the jsp page

When I add this jsp page to or any jsp page for that matter to cpanel is shows only the html and not the results of the jsp page. I would really appreciate some help. <%@page import="java.sql.PreparedStatement"%> <%@page…
Davidito
  • 21
  • 6
1
vote
0 answers

Deploy angular universal (ng-toolkit/universal) on Linux VPS Apache Server

After performing ng build --prod I got these files in my dist folder 1: browser folder 2: server folder 3: 1.js 4: server.js When I Run node dist/server.js it works on localhost:4000 perfectly. Now I want to deploy it on Linux VPS Server having…
amit gupta
  • 1,282
  • 2
  • 20
  • 36
1
vote
1 answer

How to leverage browser cache globally on Easyapache4?

This article explains how to configure Apache2 with directives in either .htaccess or in httpd.conf to work globally. However in EasyApache4 httpd.conf is automatically generated, it says that modifications should go in include files, and it lists…
Nick W
  • 877
  • 2
  • 15
  • 30
1
vote
1 answer

Cannot remove or even disable xdebug-2.5.5 from php 5.6

It seems I cannot remove or even disable xdebug from php under any circumstance at all, what am I doing wrong? xdebug isn't even showing up in phpinfo() or print_r(get_loaded_extensions()); Array ( [0] => Core [1] => date [2] => ereg [3] => libxml…
dt_slash
  • 47
  • 2
  • 9
1
vote
1 answer

Error in Easyapache 4 provision with php-cli

I migrated from EasyApache 3 to EasyApache 4 using the migration tool in my shell. Right now, in the WHM, I'm setting the provision but I got an error with php-cli that says Error: Transaction Check Error: file /usr/bin/php from install of…
Golinmarq
  • 796
  • 3
  • 11
  • 28
0
votes
0 answers

Change index.pug to index.html

I have uploaded a page using VPS and easyapache 4 but I can only open the page when it is index.pug and when I change it to index.html the system does not find it. Does anyone know what needs to be changed to recognize index.html?
0
votes
0 answers

EasyApache 4 ea-tomcat85 instance is not restarting

I had this issue for several days. I have a Linux Centos server working with CPanel and I use EasyApache 4 with Tomcat 8.5 for my Java Web applications. Each CPanel user has 1 instance of Tomcat so if I made changes in my .java or .class files, I…
0
votes
1 answer

EasyApache4 updates overwriting htaccess files

I recently upgraded my cPanel server to EasyApache4 and all is working well until recently when an EasyApache4 auto-update caused the PHP config AddHandler in all of my .htaccess files (3 of them) to all be over written with a default configuration…
rolinger
  • 2,787
  • 1
  • 31
  • 53
0
votes
1 answer

EasyApache 4: "PHP Startup: Unable to load dynamic library 'pdo_mysql.so'"

I cannot seem to get EasyApache 4 to run pdo_mysql. After provisioning with the correct modules, my error_log fills up with "PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql.so'". It then lists all of the places it looked for…
Michael W.
  • 409
  • 7
  • 18
0
votes
0 answers

My Java Servlet (war) is not working on Tomcat 8.5

My java Servlet (war) http://localhost:8080/test/NewServlet works fine on localhost, but once I deploy on my website https://example.com/test/NewServlet it does not work. Page simply redirects to home page i.e. example.com It was working fine…
1
2