• 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 12.5 Subdomains do not interpret PHP!

psx01de

New Pleskian
Hi,

it seems that all subdomains, which are in different Folders than subdomain.Domain.tld (e.g. from older structure /subdomains/subdomain) does not Interpret PHP since upgrade to 12.5.30#7. The source code is printed out directy, which is a huge security issue.

PHP is set to FCGI, but the other Settings (FPM) also don't work.

How to fix that?

Thanks,
Patrick
 
Hi @psx01de!

Could you please give some more information:
1. What is your OS (you can place here output of "plesk version" CLI command)?
2. What Plesk version did you use before upgrade to Plesk 12.5.30#7?
 
Product version: 12.5.30 Update #7
Update date: 2015/10/19 13:07
Build date: 2015/08/26 19:00
OS version: Ubuntu 14.04
Revision: 344620
Architecture: 64-bit
Wrapper version: 1.2

Before: 12.1.x?

It occurs only to those old subdomains which were originally created in subdomains/... (I think created in a Special Version of plesk).
 
Oh - I think I have the solution: With the Update, Apache2 changed from mpm_prefork_module to mpm_event_module and then mod_php5 is not usable anymore (because it's compiled non-threadsafe) - so all Websites using Apache PHP a Setting (Default one in earlier plesk versions) have set a non working PHP handler anymore.

I think its a bug that
a) Plesk changes the Apache Settings
b) Its possible to select a PHP handler which cannot work

Also it would be great to be able to disable non-working php handlers _AND_ change all domains which connected to this handler to a new one. (This also would be great for old SSL certificates!)
 
You're right. You will need to use the mpm_prefork_module and activate mod_php5. The same issue occurs on "web space" domains (the ones without a subscription) while ordinary domains (domain.tld) in subscriptions are seemlingly not affected.
 
Back
Top