• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Creating Local php.ini

C

cancer10

Guest
Hello,

I run multiple domains/sites on my windows server. I know there is a php.ini files that comes with the php installation package. But I have heard that there is a way to create a local php.ini file for each domain.

Does anyone knows how to create local php.ini files for each domain. Is there a special setting i need to do to make it run?


Thanx for your help
 
I believe you can do this if you run PHP as a CGI for the domain. This is done by making sure the "run as ISAPI" checkbox is unticked in the hosting setup for that domain. Then you can put a PHP.INI file in the httpdocs folder of that domain. There's a KB article about it at http://kb.swsoft.com/en/745
 
Back
Top