I am following this tutorial:
https://linode.com/docs/websites/nginx/nginx-and-phpfastcgi-on-ubuntu-12-04-lts-precise-pangolinI have installed the following packages:
Code:
apt-get install nginx php5-cli php5-cgi spawn-fcgi psmisc
Despite installing PHP FastCGI, I do not have the following file on my server to use in my UNIX socket configuration:
Code:
fastcgi_pass unix:/var/run/php-fastcgi/php-fastcgi.socket;
I have used the find command on the entire system, and this file definitely does not exist.
How can I create/get this file? I have literally searched all across the internet, and nothing works.