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

Question removing php_admin from vhost configurations

tkalfaoglu

Silver Pleskian
Server operating system version
Rocky Linux
Plesk version and microupdate number
Plesk Obsidian 18.0.64 Update #1
Hi there. Many of my hosting sites use mod_php which is now on its way out. Their vhost configs contain php_admin commands which cause problems if these are migrated to a newer server. is there a way to fix these host configs at plesk so that they don't contain the php_admin commands?
Thanks!
 
You want to remove php_admin declarations from Additional HTTP and HTTPS directives?
You also need to make sure .htaccess files don't have it.
You need to port the value to the PHP settings page.

As a bonus, you also need to make sure all files and folders in the document root are owned by the webspace/subscription systme user.

I recommend doing this change manually for each website, to make sure it works properly after you change from mod_php.
 
Back
Top