• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

.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