Jump to content

Nginx error after installing Php 7.2

Go to solution Solved by Joveice,
34 minutes ago, Joveice said:

Hello,

 

After installing PHP7.2 I get this error.

after some googling I found out it was something with a timeout, but I didn't manage to fix it.

 

What does this mean?


2018/03/04 22:12:31 [error] 29153#29153: *8 upstream timed out (110: Connection timed out) while reading response header from upstream, client: <router IP>, server: <domain>, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock", host: "<domain>"

 

The issue was Mysqli that hung. Fixed it by changing some settings on it.

Hello,

 

After installing PHP7.2 I get this error.

after some googling I found out it was something with a timeout, but I didn't manage to fix it.

 

What does this mean?

2018/03/04 22:12:31 [error] 29153#29153: *8 upstream timed out (110: Connection timed out) while reading response header from upstream, client: <router IP>, server: <domain>, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock", host: "<domain>"

 

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/902546-nginx-error-after-installing-php-72/
Share on other sites

Link to post
Share on other sites

34 minutes ago, Joveice said:

Hello,

 

After installing PHP7.2 I get this error.

after some googling I found out it was something with a timeout, but I didn't manage to fix it.

 

What does this mean?


2018/03/04 22:12:31 [error] 29153#29153: *8 upstream timed out (110: Connection timed out) while reading response header from upstream, client: <router IP>, server: <domain>, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock", host: "<domain>"

 

The issue was Mysqli that hung. Fixed it by changing some settings on it.

Back-end developer, electronics "hacker"

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×