0
Under review

PHP-FPM Socks in wrong DIR

Noah Dolph 10 years ago updated by Eugene Pankov (Project coordinator) 10 years ago 8
NGINX Conf generates like this...
fastcgi_pass unix:/var/run/ajenti-v/php-fcgi-denet-php-fcgi-1.sock;

But the sock is spawned in /var/run/php-fcgi-denet-php-fcgi-1.sock
Under review
Please ensure that all Ajenti V related packages are updated on your system.
This broke after I ran a yum update
You need to check that both v-nginx an v-php-fpm got updated
[root@ng1 www]# yum info ajenti-v-nginx
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirror.steadfast.net
* remi: mirrors.mediatemple.net
* remi-php55: mirrors.mediatemple.net
Installed Packages
Name : ajenti-v-nginx
Arch : noarch
Version : 0.1.31
Release : 1
Size : 14 k
Repo : installed
From repo : ajenti
Summary : NGINX support for Ajenti V
URL : http://ajenti.org/
License : AGPLv3
Description : NGINX support for Ajenti V

[root@ng1 www]# yum info ajenti-v-php-fpm
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirror.steadfast.net
* remi: mirrors.mediatemple.net
* remi-php55: mirrors.mediatemple.net
Installed Packages
Name : ajenti-v-php-fpm
Arch : noarch
Version : 0.1.18
Release : 1
Size : 4.4 k
Repo : installed
From repo : ajenti
Summary : PHP support for Ajenti V (via PHP-FPM)
URL : http://ajenti.org/
License : AGPLv3
Description : PHP support for Ajenti V (via PHP-FPM)

[root@ng1 www]#
Another thing, did you restart Ajenti after the plugin update?
Yes. Even rebooted server.
Have you re-applied websites configuration after restarting/rebooting?
Huh, it spawns in the correct location on a clean install of Ajenti. Oh well, I guess unless I can reproduce it on a clean install it might just be a broken system. Disregard.