server error after load php script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
VanillaRose
Forum Newbie
Posts: 3
Joined: Wed May 27, 2015 3:42 am

server error after load php script

Post by VanillaRose »

Hi, I have a website which has hosted in Hostforlife.eu. It was working fine. But from last 1 week it takes above 30 seconds to load and finally an error message like 500 Internal Server Error is shown. When I get into the inner error description it shows:

Code: Select all

'HTTP Error 500.0 - Internal Server Error C:\php53\php-cgi.exe - The FastCGI process exceeded configured activity timeout' 
I don't have any .htaccess file or I'm not using any URL re-writing methods. And this problems comes only when i load php script. I have contacted Hostforlife.eu customer service and they has solved the problem. But recently it shows again. Is there any action that i need to do from my part? Please help me to solve this issue. Thank you very much.
User avatar
Wargog
Forum Newbie
Posts: 1
Joined: Thu May 28, 2015 8:08 am

Re: server error after load php script

Post by Wargog »

This is a host error, you are on a shared host, which are generally frowned upon with their limited capabilities with PHP scripts. You should move to a VPS if you want guaranteed service. I recommend Vultr, I've been with them for almost a year now and they have never let me down.
Wargog -- CEO, Omaco Studio.
VanillaRose
Forum Newbie
Posts: 3
Joined: Wed May 27, 2015 3:42 am

Re: server error after load php script

Post by VanillaRose »

Hi, thanks for your information.
In addition, Hostforlife have already fixed my problem. They told me to raise its php fast cgi timeout. There's no problem with their server, my website runs smoothly in their server and i never met any downtime although i'm using their shared hosting. My problem is clear now :)
Post Reply