Snel
Verified User
I'm trying to enable php-fpm status page for all PHP-FPM pools as per the instructions on DirectAdmin Docs and listed feature.
Running DirectAdmin version 1.63.7 so this should be supported.
I'm editing
I have rewritten the configurations with:
Unfortunately this line is not being added to /usr/local/directadmin/data/users/*/php/php-fpm*.conf.
If I add this to CUSTOM2 through Custom HTTPD Configurations it does work as expected.
Am I missing something?
Running DirectAdmin version 1.63.7 so this should be supported.
I'm editing
/usr/local/directadmin/data/templates/custom/php-fpm.conf.custom2
. I have created the file and the file contains 1 line:
Code:
pm.status_path = /php-fpm-status
I have rewritten the configurations with:
Code:
/usr/local/directadmin/custombuild/build rewrite_confs
Unfortunately this line is not being added to /usr/local/directadmin/data/users/*/php/php-fpm*.conf.
If I add this to CUSTOM2 through Custom HTTPD Configurations it does work as expected.
Am I missing something?