Questions tagged [php5-fpm]

37 questions
8
votes
1 answer

Install php-fpm 5.6 on Ubuntu Xenial (16.04)

I can see various solutions available for php5.6, but is it possible to get php-fpm 5.6 for Xenial? Or do I have to manually download and build the package?
Chris Stryczynski
  • 526
  • 1
  • 5
  • 14
4
votes
1 answer

Install php5 alongside with php7

I am on php7 now but I have a legacy program relies on php5 as it is using mysql instead of mysqli. Can I have php5 installed alongside with php7 and switch them around when either of them is needed?
Run
  • 2,513
  • 10
  • 32
  • 57
4
votes
2 answers

Can I install PHP 5.3.5 on Ubuntu Server 18.04 LTS?

I want to know how to install PHP 5.3 on Ubuntu Server 18.04 LTS, because I have a system that requires PHP 5.3 only. Is this possible?
3
votes
1 answer

Xdebug with php5.6 not working

Until yesterday I used Ubuntu 14.04 with php5.5 and nginx, everything working perfectly including xdebug. I then updated to php5.6 via sudo add-apt-repository ppa:ondrej/php5-5.69 sudo apt-get update && sudo apt-get upgrade sudo apt-get install…
SBH
  • 190
  • 5
  • 11
3
votes
1 answer

How to allow php5-fpm to execute user files without implicitly changing permissions every time?

I recently switched to Ubuntu. One of the tools I frequently used was XAMPP. When I installed LAMP stack on Ubuntu I noticed a major performance increase and was quite please with it. However, after literally spending days and reading dozen of…
gskema
  • 83
  • 1
  • 8
3
votes
5 answers

PHP FPM Working, but ignoring version from SetHandler

Our server is Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-135-generic x86_64). We followed the directions from https://tecadmin.net/install-multiple-php-version-apache-ubuntu/ a while back and got PHP 5.6 and 7.2 running back when 7.2 was new, and have…
Andrew T
  • 133
  • 1
  • 5
2
votes
2 answers

CPU Usage : Top and mpstat shows different results

top %Cpu(s): 10.9 us, 3.1 sy, 0.0 ni, 85.2 id, 0.2 wa, 0.0 hi, 0.7 si, 0.0 st 31426 www-data 20 0 309088 21276 14600 S 22.3 0.1 0:07.36 php-fpm: pool www 31431 www-data 20 0 308980 21232 14568 S 22.3 0.1 0:01.69 php-fpm:…
Mahesh
  • 243
  • 1
  • 4
  • 10
2
votes
1 answer

How to resolve a request on /folder to a separate documentroot on Apache 2.4 and pass php to two fpm pools

I have two questions. (had to remove some http:// in my example url's because I don't have enough reputation yet to have mor then 1 url in my question. so it says //example.) Question 1) I have one domain like http://example.com. This results in a…
matglas86
  • 33
  • 5
2
votes
1 answer

Error while installing phpmyadmin package in ubuntu 14.04

root@anonymous-20-a213l:~# apt-get -y install phpmyadmin Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible…
2
votes
1 answer

How to upgrade to PHP 5.5.25(The Latest Stable Released Version of PHP) on Ubuntu 12.04 LTS 64-bit OS?

I tried following commands but after running these commands I got upgraded from PHP 5.5.23 to PHP 5.5.24. I want to upgrade to PHP 5.5.25 which is a latest stable released version. sudo apt-add-repository ppa:ondrej/php5 sudo apt-get update sudo…
PHPLover
  • 1,747
  • 7
  • 23
  • 33
1
vote
1 answer

Ubuntu Xenial 16.04 libapache2-mod-php5.6 NO PPA

Problem description: My intention is to enable PHP5 on Xenial 16.04 for an Apache2-related project I have compiled PHP v5.6 from official source and am currently trying to install package libapache2-mod-php5.6 using…
B.S.
  • 11
  • 1
1
vote
0 answers

Install PHP 7 on different folder with PHP 5.6 already installed

I have a EC2 instance on Amazon AWS based on "Bitnami Wordpress 4.4.2-1" AMI with "Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-77-generic x86_64)" in eu-west-1 (Ireland) region. This AMI has PHP 5.6 (php-fpm) with Apache already installed. I want install…
Simone Nigro
  • 111
  • 3
1
vote
0 answers

Why Apache isn't using RAM but Showing Error?

I am trying to Optimize LAMP stack. Here's the Configuration of Server. CPU:4 vCore Ram:4096 MB Storage:90 GB SSD Bandwidth: 4000 GB When I try to test the server with 800 Con-current visitors, I get these errors. [alert] socket: 1009293056 select…
1
vote
0 answers

Ubuntu 14 / apache 2.4 with php5-fpm via mod_proxy_fcgi return wrong chunked encoding

Didn't see any reporting of this problem anywhere. When using apache 2.4 with php5-fpm using mod_proxy_fcgi, chunked encoded content last empty block seems to be missing. Firefox and IE hang until connection time out. Chrome report this error :…
Michel
  • 11
  • 2
1
vote
0 answers

Error with apache 2.4 and PHP 5.6 with fpm

I have a Vagrant machine with: Apache/2.4.10 (Debian) PHP 5.6 and PHP-FPM. In some case I get this error: 500 Internal Server Error. And I have this in message in php5-fpm.log [09-Dec-2015 20:01:24] WARNING: [pool www] child 608 exited on…
Oskar Calvo
  • 111
  • 4
1
2 3