Announcement

Collapse
No announcement yet.

Multiple php.ini per folder does not work correctly

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Multiple php.ini per folder does not work correctly

    Hello!
    I have configured multiple php.ini spupport accoding this and this urls. The final result is that php version is chosen correctly, but php.ini form Multi php.ini editor was chosen. Therefore the chosen extensions on PHP Selector for php version does not take effect.
    Using EA4, CageFS enabled, mod_lsapi as php handler.

    How to resolve this?
    Thanks!

  • #2
    Hello,

    In order to load modules selected in CloudLinux PHP Selector, you need to create /etc/cl.selector/symlinks.rules file with
    the following content: php.d.location = selector

    And run the command to apply changes:
    # /usr/bin/selectorctl --apply-symlinks-rules

    If PHP Selector configured appropriately but modules are not loaded, please submit a ticket to https://cloudlinux.zendesk.com, our techs will check the issue in place.

    Comment

    Working...
    X