• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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