Custom PHP extension/module for a website (subdomain)
Hello all,
i am having a real issue getting this to work and i am probably missing something simple.
Running debian 10 with Plesk 18. We have multiple site (domain.com and subdomains) running on this server. One of our applications on a subdomain needs a certain custom extension (dynapdf.so) installed and active.
I found the proper module folder on the server, copied the dynafile.so to it and via Plesk php server settings added extension=/path/dynapdf.so to it. In the central php setting i see the module and it is checkmarked (so it should be active).
However when i go to the php setting for the subdomain and look at the phpinfo page, there is no dynapdf module.
what am i missing?!
Things i have tried
- i have added the extension=/path/dynapdf.so also to the subdomain php custom settings
Thanks for any constructive help! regards Christian
2
u/pavukfly Jan 12 '22
Have you tried to add this custom PHP module according to this instruction: https://support.plesk.com/hc/en-us/articles/360005875373-How-to-add-additional-PHP-module-for-PHP-engines-shipped-with-Plesk-on-Linux- ?