• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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