2018-12

ERROR

Things to be careful when using session_start() with nginx

An error occurred in session_start. When I was creating a website with nginx and php, I tried to start a session with the following method, but I got the following error when I tried to start a session with session_start(): Warning: session_...
ERROR

About the connection between nginx and php-fpm that did not go well

Regarding the issue of the connection between nginx and php-fpm not working, I was trying to run a server with nginx and fastcgi, but for some reason an error occurred and it didn't display properly, so I wrote this memo. Even when I sent a request normally, I got the error "badgateway 502"...