• 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 stopped working after 7.5.3 update, now only HTML accessible..

W

weboot

Guest
I jus did a plesk update to Plesk 7.5.3 and after that all my PHP scripts on the server are not accessible. When I try to access any '.php' files on the server, it says 'Connection Refused'.. but if I try to access any '.html' files, it seems to work fine.

I searched in the /etc/httpd/conf/httpd.conf for the word 'php' and there is not any? Is that normal? I thought that is where we tell Apache if a file ends in .php, run it with the php executable.

Can anyone help me please?

Thanks,
Nil

p.s : The plesk update was successfull without any errors.. but the php stopped working after that
 
1) re-save your webserver config files (read the admin manual to determine how to do that). Example: websrvmng -a -r

2) View the error_log for the virtual host you're accessing - see if it has anything useful.
 
See the thread titled "Horde issues after upgrade to 7.5.3 - what fixed it for me... "

That fixed the php apps for me.
 
Back
Top