Skip to main content

cPanel do not load php.ini/user.ini/.htaccess php variables

Comments

3 comments

  • cPRex Jurassic Moderator
    Hey there! I would expect that to work properly with everything you've mentioned. The additional .ini file doesn't show up in the "Loaded Configuration Files" line on the system, but I would expect the local value to differ from the master value in their respective columns. If you aren't seeing different values there, it might be best to submit a ticket to our team so we can check this directly on the affected server.
    0
  • tui
    Hello cPRex, You are right, some of the local values are the values that are on the user ini files, i was thinking it was not loading because a specific value that is needed throw a page error, looking in detail, i found that only some needed values are not loading: opcache.enable=1 opcache.interned_strings_buffer=16 opcache.max_accelerated_files=10000 opcache.memory_consumption=1024 opcache.save_comments=1 opcache.revalidate_freq=1 apc.enable_cli=1 For this values, the local values are the same as the master values, not the values that are on the user ini files, does this values need something special in order to be applied on the custom user ini files?
    0
  • cPRex Jurassic Moderator
    I checked the PHP configuration details and it looks like the opcache settings are only a global option, as indicated by the PHP_INI_SYSTEM reference value: Details on the values can be found here:
    0

Please sign in to leave a comment.