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