• 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.

Site Specific php.ini files

J

jadent

Guest
I would each site to be able to specify settings like include_path, etc similiar to how you can do this with .htaccess with Apache. I have seen shared hosts do this on IIS using multiple php.ini files and each directory of the website can have one which settings override its parent.

Does anyone know how to accomplish this? Thanks
 
I would each site to be able to specify settings like include_path, etc similiar to how you can do this with .htaccess with Apache. I have seen shared hosts do this on IIS using multiple php.ini files and each directory of the website can have one which settings override its parent.

Does anyone know how to accomplish this? Thanks

Or you'd also want to use the Windows registry to setup such PHP configurations for individual sites:

The path in registry = HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values\X\Inetpub\Vhosts\xyz.com
Where X = Drive on which the websites are & xyz.com is the name of the website.

Make sure you have the backup of your registry prior to making any changes to it, else it'd cause serious consequences :)
 
Thanks but that will not allow the sites users to make modifications to include_path and other settings. It appears like this is not possible out of the box with Plesk & PHP 5
 
Back
Top