I am reading some advice on the internet for a solution to another issue I have. It requires me to change the listen
to /var/run/php5-fpm/php5-fpm.sock
.
I however don't have that folder.. I have a php-fpm
folder but that's it. I have installed all php-fpm repositories I found, I have enabled the remi repository, and yet when I run the command:
sudo service php5-fpm status
I get this:
php5-fpm: unrecognized service.
info.php is telling me however that I have PHP 5.5.12 FPM/FastCGI installed.
I am a n00b to creating my own servers, I use google for everything. Any ideas?
Thanks!