• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Changing PHP Settings on ALL Domains via CLI ?

yabado

Regular Pleskian
What is the command line method used to go through and set defaults for all domain PHP settings?

I tried this but it did not work.

/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
To be more specific, the CLI command would do the same thing as if I went to *each* domains PHP Settings page and clicked Apply.
 
Hello Yabado,
You can find more available domain name management options from CLI with:
Code:
/usr/local/psa/bin/domain --help
 
I ended up going to each of the Service Plans -> PHP Settings, then changing the default PHP version and saving.
Looks like this worked but not 100% sure yet.
 
Turns out that does not work. It does not actually "apply" the default PHP setting at all.
Still looking for a way to "apply" a specific PHP version on all domains if possible.
 
Back
Top