Use this tag for questions specific to PHP version 7.
Questions tagged [php7]
350 questions
0
votes
2 answers
NGINX and PHP-FPM 502 bad gateway
Ok so here is the situation, we currently have a server and we are now migrating to AWS. We have somehow identical configuration and we already tried to run apache benchmark so the PHP-FPM pool is somehow optimize as far as I know. But after we…

Rei
- 23
- 2
- 7
0
votes
1 answer
How to configure nginx to serve one site from two different document root and using different php depending on URL
I'm trying to configure nginx to use two different document root depending on url, so if some one connects to www.example.com will get site from /portal/public_html but if client connect to www.example.com/account will get sites from other directory…

B14D3
- 5,188
- 15
- 64
- 83
0
votes
1 answer
Apache stops functioning for no particular reason
I have been experiencing this issue for about a year now with Ubuntu 16.04 & LAMP stack. Basically the server sort of gives out after a few months of usage. After checking every log I can think of on the server, there is nothing indicating any…

slothstronaut
- 139
- 6
0
votes
0 answers
PHP-FPM timing out and backend connection failure
I have a server with PHP7 FPM and Apache 2.4. I've set it up to running user pools.
I have several PHP-FPM pools on the server. Only one is timing out and experiencing connection failures.
This is the pool configuration for that user pool:…

Thomas
- 135
- 1
- 3
0
votes
0 answers
Webserver not responding - not sure what's wrong
Server version: Apache/2.4.29 (Ubuntu)
Linux pinf-vps 4.4.0-97-generic #120-Ubuntu SMP Tue Sep 19 17:28:18 UTC 2017 x86_64
PHP Version 7.1.10-1+ubuntu16.04.1+deb.sury.org+1 (php-fpm)
Ubuntu 16.04.1
8GB RAM, 4 cores (Azure A4_V2)
Network (24 h):…

devondre
- 103
- 7
0
votes
0 answers
Fedora26 PHP 7.1.10 PDO_SQLITE Startup Warning: Unable to load dynamic library
php -v responds with :
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64
/php/modules/pdo_sqlite.so' - /usr/lib64/php/modules/pdo_sqlite.so: undefined symbol: sqlite3_column_table_name in Unknown on line 0
PHP 7.1.10 (cli)…

FlashL
- 11
- 5
0
votes
1 answer
Installing GnuPG extension for PHP on Centos 6.9 Multiple PHP versions
I am trying to install gnuPG pecl module for PHP on a server where multiple PHP versions are install 5.3, 5.6 and 7.0.
I was able to just use pecl install gnupg for the base 5.3 install.
However when trying to manually phpize and ./configure for the…

Shaun Forsyth
- 160
- 1
- 5
0
votes
1 answer
using apt-clone on fresh ubuntu 16.04 installs php 7.0
im trying to clone my server setup without websites. I am doing this so others can use the same server setup as mine.
My setup does not include apache
my setup does not include php7.0
however when installing the clone to a fresh ubuntu 16.04 it…

SEO DEVS
- 9
- 4
0
votes
0 answers
Unknown commands running and eating up all the CPU
Here are a few unknown commands eating up all the CPU resources on Amazon ec2. This is since 10 hours.
Command names are unrecognizable and read as phpxxxxx_xxxx.
Can any one guess what is going on here?
How to stop it?
PID USER PR NI …

Shoaib Nawaz
- 101
- 2
0
votes
1 answer
Error 404 with Wordpress subdomain using nginx
I'm in the process of setting up a subdomain with wordpress on it. I'm getting a 404 error with my nginx configuration. Currently using PHP Version: 7.0.22, not getting any errors in the php logs, but I am in nginx
/var/log/nginx/error.log
*1…

KingPen2
- 3
- 2
0
votes
1 answer
Nginx server returns 404 for all php pages except index
I installed a new server with nginx and php 7.1. When I want to do a call to myurl.com/page it returns a 404. When I do a call to myurl.com/ everything is fine.
I already added this in my nginx config:
location ~ \.php$ {
include…

Bart Bergmans
- 633
- 1
- 6
- 9
0
votes
1 answer
Request entity too large
I'm saving product in Magento admin, but it presents the following error:
Request Entity Too Large The requested resource
/admin/system_config/save/section/carriers/key/gs12323230599f2ce25da01b8b27cb596b06974f011331a/
does not allow request…

Webninja
- 101
- 3
0
votes
0 answers
pool www child exits on signal 6, wordpress http error
I've Debian Stretch running nginx + php7 for a wordpress website.
This question is not about wordpress, but about php7.0-fpm (it's just that wordpress is showing my current php problem). And please, don't tell me to "google it", I dit for half a…

bmourey
- 1
- 1
0
votes
1 answer
Apache server proxy fcgi to php server
I have an Apache(2.4) webserver and a php (7.1) server running on Ubuntu 16.04 LTS. I am trying to setup a puppet manifest to create a vhost on the apache server and then each time a php server request is received by the webserver, the apache server…

TeNaJ Systems
- 73
- 1
- 1
- 10
0
votes
0 answers
Unable to load php after a dorked install of php 7.1
After a messy installation of php7.1 on Debian 8 (used the ppa for Ubuntu), I managed to revert to the correct package of php7.1. However, I believe I am missing perhaps a few key modules.
The problem is that a wordpress site that worked fine before…

Joel G Mathew
- 890
- 1
- 9
- 19