Ok I swear it was around here somewhere.
I had a site working well under the gadbooks.com domain running wordpress under nginx; however after testing email functionality it seems to be only a 502.
So I started to do some investigating – I went hunting down it’s socket as listed in it’s config and within the /var/php-nginx/ directory I see 13931429941503.php.pid but not it’s 13931429941503.socket/socket counterpart as I do all the other domains.
I’ve tried /etc/init.d/php-fcgi-gadbooks-com start but that changes nothing, no socket is created.
I even tried rebooting the entire VPS but still nothing.
How can I get the necessary (and once available) 13931429941503.socket/socket to bedgin? Would it be ‘better’ to set up fcgi as a port rather than socket and how would I do that?