Error 500 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Error 500 (/thread-1309.html) Pages: 1 2 |
Error 500 - DocSnyd3r - 09-09-2007 11:33 PM Hi, I somtimes get an error 500 and if I reload the page it works. I also see this happening on this page. Do you guys get this error too and what apache setting could fix this? PS ironically I had this error whenposting this thread ;-) RE: Error 500 - BeNe - 09-10-2007 05:35 AM Is your Serverload (Mem,SWAP,CPU...) OK ? Greez BeNe RE: Error 500 - BioALIEN - 09-10-2007 10:30 PM BeNe he means only while using this site. I believe it's the backup script and maybe the server that's powering this site needs some optimisation and some TLC. RE: Error 500 - BeNe - 09-10-2007 10:34 PM Sure that he means only this (isp-control.net) ?? Quote:I also see this happening on this page The Problem here is Trac i mean... Greez BeNe RE: Error 500 - xister - 09-10-2007 10:40 PM not only trac. in the forum you have the same 500 error RE: Error 500 - BeNe - 09-10-2007 10:54 PM I mean THE PROBLEM is Trac. Not the problems IN Trac Greez BeNe RE: Error 500 - DocSnyd3r - 09-11-2007 02:44 AM Hi, I meant I see this here and on my own server. Load average: 0.07, 0.02, 0.00 which should be no problem. Memory is about average 50% used and more than enough swap space. I see also some fcgi warnings in my log file Code: [Mon Sep 10 18:31:07 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.de/php4-fcgi-starter" (uid 2003, gid 2003) restarted (pid 14820) RE: Error 500 - ArcAiN6 - 01-08-2008 12:52 PM I also have this error.. I set up Dragonfly CMS, after a few weeks of running perfectly, i now recieve 500 errors when attempting to log into it's administration section. as well as sometimes i get 500 errors when using the ispcp administration... It appears to me that fcgi is the culprit. On another machine i'm using a different " hosting " solution, one that does NOT use fcgi. and everything runs perfectly.. (did a direct copy of the content and database of DF-CMS to the alternate server) After much reading. I've come to the conclusion that php-fcgi is not at all stable enough to be used for sites with heavy php executions. RE: Error 500 - jaydg - 01-10-2008 07:22 PM ArcAiN6 Wrote:After much reading. I've come to the conclusion that php-fcgi is not at all stable enough to be used for sites with heavy php executions. I guess the problem are concurrent requests. With FastCGI every concurrent request needs an available process. If (current requests > FCGI worker count) one gets error 500. If there is RAM left increasing the MaxProcessCount should help. RE: Error 500 - blocker - 01-24-2008 11:52 AM Here is html error source code when i browsing http://www.isp-control.net/forum first it still put VHCS ERROR instead ISPCP, second since mostly everyday i open this site, once or twince i will get this result, the solution is simple right now just reload it. May be http://www.isp-control.net server need some tweeking ---------------------------------- <html> <head> <title>VHCS ERROR</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="http://www.my-hostingpower.de/css/vhcs.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="http://www.my-hostingpower.de/css/vhcs.js"></script> .. cut ... <h2><font color="#FF0000">Error 500!</font></h2><br /> <b>/forum/search.php?action=getdaily</b><br /> Internal Server Error! </td> </tr> |