apache and php broken.

NielsWebC

New member
Joined
Feb 28, 2018
Messages
1
why php_admin values are not working with apache for eg: php_admin_flag, php_admin_values

server running with php5.6 and php-fpm56
 
Hello,

php_admin_flag, php_admin_values are supported only by mod_php, they are not supported by php-fpm. For PHP-FPM you can use .user.ini under public_html.

http://php.net/manual/en/configuration.file.per-user.php

Or customize PHP-FPM at admin level in directadmin (it can be found on customize httpd page).
 
You may also try htscanner=yes option in the options.conf file for that :)
 
Back
Top