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

.php Files load down

S

Stefan D

Guest
Hello,

my English ist not so good.
Ich have yesterday installed Plesk 9.2.2

For a script i need PHP 5.2.0.

Now, I have with apt-get update installed php5.
Files in PLesk Control Panel are execute, because files on domains loading down.

Why?

Can you help me?
 
Hello,

Parallels Plesk Panel use its own PHP engine and do not depend on the system PHP. Probably you have not properly configured the PHP scripts handling in the Apache configuration after the update and this causes this issue.

To ensure your PHP files are properly interpreted, and not just downloaded as text files, remove the # at the beginning of the lines in the Apache configuration file which read:

#AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps

If the AddType lines above don't exist, manually enter them (without the leading # of course) after the line

You can find more information about configuring PHP in the following article:

http://lamphowto.com/
 
Probabbly your apache is not loading. Plesk is on separate apache, so that is why load.
Check your apache error log and then you can fix.
If you cannot handle, we offer PLESK support services, contact us.
 
Back
Top