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

Plesk 10.4.4MU5: Newly generated configs for domains have PHP disabled

mkoninkx

New Pleskian
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk 10.4.4 MU5 on Debian 5 x64

PROBLEM DESCRIPTION AND STEPS TO REPRODUCE
When creating a new website or changing service plan (anything that will trigger regeneration of config files) results on no PHP enabled on the whole domain. In the last version of the config file in "/var/www/vhosts/domain/conf/{number}_httpd_include the following is included:
<IfModule mod_php4.c>
php_admin_flag engine off
</IfModule>

<IfModule mod_php5.c>
php_admin_flag engine off
</IfModule>


ACTUAL RESULT
PHP is turned off for the affected websites

EXPECTED RESULT
PHP should be turned ON since the service plans all have PHP switched ON.

ANY ADDITIONAL INFORMATION
We noticed the problem when we upgraded the controlpanel to version 10.4.4 (maybe it's only in the MU5)

Thank you in advance!
 
Back
Top