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

Ist there a vhost.conf?

P

PixXel

Guest
Hi!

Is there a way to change settings trough vhost.conf like in Plesk for Linux?
I want to change the upload_max_filesize for some customers.
 
Yeah I know. Actually I take it back, IIS doesn't support a vhost.conf but you can still modify the settings in the IIS configuration file, though I wouldn't recommend it.
 

Thanks, sergius gave me a link. I searched there before, but didn't fount the right.

When running PHP on Windows, the configuration values can be modified on a per-directory basis using the Windows registry. The configuration values are stored in the registry key
HKLM\SOFTWARE\PHP\Per Directory Values
in the sub-keys corresponding to the path names. For example, configuration values for the directory c:\inetpub\wwwroot would be stored in the key
HKLM\SOFTWARE\PHP\Per Directory Values\c\inetpub\wwwroot
The settings for the directory would be active for any script running from this directory or any subdirectory of it. The values under the key should have the name of the PHP configuration directive and the string value. PHP constants in the values are not parsed. However, only configuration values changeable in PHP_INI_USER can be set this way, PHP_INI_PERDIR values can not.
 
Back
Top