July 29, 20196 yr Hi, I currently have the problem that certain php variables are not loaded by Froxlor. Only when I write them into the Conf. For example, I wanted to set this variable. opcache.file_cache = """ This only works if I enter it in this file. /etc/php/7.3/mods-available/opcache.ini Do you have any idea why?
July 29, 20196 yr mod_php or fcgid or PHP-FPM? For mod_php you need to edit the one and only php.ini or use .htaccess
July 29, 20196 yr Author 13 minutes ago, d00p said: mod_php or fcgid or PHP-FPM? For mod_php you need to edit the one and only php.ini or use .htaccess Sorry, I forgot. It's PHP-FPM. And in the Froxlor GUI it doesn't work. The variable in Froxlor is in the screenshot only as an example. Unfortunately it doesn't work there. Here the screenshots as I mean it.
July 29, 20196 yr There's a setting for available directives as froxlor needs to know about them and whether they are value/admin_value/flag/admin_flag, see settings -> fpm
July 29, 20196 yr Author Great, I really hadn't thought of that! They were really missing. For others, these variables have to be entered in Froxlor. php_admin_flags opcache.file_cache_only opcache.enable_cli opcache.enable_file_override php_admin_values opcache.file_cache
Archived
This topic is now archived and is closed to further replies.