• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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