scline / docker-cacti

Cacti version 1+ under Docker
113 stars 57 forks source link

Changing php-fpm settings to use apache as socket owner vs root. #66

Closed scline closed 4 years ago

scline commented 4 years ago

Reference issue https://github.com/scline/docker-cacti/issues/64

scline commented 4 years ago
[root@cacti /]# ls -alh /run/php-fpm/
total 16K
drwxr-xr-x 2 root   root   4.0K Apr 18 07:39 .
drwxr-xr-x 1 root   root   4.0K Apr 18 07:39 ..
-rw-r--r-- 1 root   root      4 Apr 18 07:39 php-fpm.pid
srw-rw---- 1 apache apache    0 Apr 18 07:39 www.sock
scline commented 4 years ago

New container build appeared to resolve https://github.com/scline/docker-cacti/issues/65 aswell