• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

.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