PHP 7 php7.0-fpm.sock http error 500

I am using Nginx + PHP7 and trying use the wordpress social login

Its successfully working in

fastcgi_pass 127.0.0.1:7777;

But Fails when using

fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;

Os is Ubuntu 14.04.

I tried referring the error 500 reference in the Plugin support page and the reason is Sessions issue .

I wish to use Php socket ,kindly help me to understand what changes i have to do in the Php or nginx files to support the sessions

0 Replies

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct