ispCP - Board - Support
[SOLVED] How to fix 500 errors - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [SOLVED] How to fix 500 errors (/thread-4864.html)

Pages: 1 2 3


RE: [SOLVED] How to fix 500 errors - nikih - 12-27-2008 05:14 PM

for ubuntu users just type
apt-get install libapache2-mod-fastcgi
you also need
apt-get install apache2-suexec

but unfortunately this is also not the solution in my case :-(

with fastcgi is fast but you have the error -> Warning: session_start(), with fastcgi_ispcp there is no error but too slow and --> error 500 from the script and time out

I keep swapping those modules but no success so far :-(


RE: [SOLVED] How to fix 500 errors - ancdix - 12-30-2008 11:12 PM

I've upgraded my RC6 to RC7 and got that "internal 500!" error at the login.
I found some workarounds... this one worked like a charm Big Grin
LINK -> error 500 wiki


RE: [SOLVED] How to fix 500 errors - Wut - 01-07-2009 12:36 PM

(12-30-2008 11:12 PM)ancdix Wrote:  I've upgraded my RC6 to RC7 and got that "internal 500!" error at the login.
I found some workarounds... this one worked like a charm Big Grin
LINK -> error 500 wiki
So RC7 still have this issue ?


RE: [SOLVED] How to fix 500 errors - sci2tech - 01-08-2009 01:49 AM

Try last trunk or last nightly version. It`s solvedWink


RE: [SOLVED] How to fix 500 errors - c0urier - 01-09-2009 02:16 PM

It's Done! - No more Error 500 Smile


RE: [SOLVED] How to fix 500 errors - RodNoc - 01-16-2009 09:23 PM

Last night I reinstalled my server, to fix the erros I have. 9 hours work and now I receive many error 500-sites, but I can't find anything in the logfiles.

I don't want to udate the ispcp again, the updates crashed my whole system.

So can anybody tell me, what I have to do to fix it manually?

Regards
Dom

EDIT: I received a mail from ispcp:

Quote:Warning! user |domain.de| requested |/admin/change_user_interface.php?to_id=4| with REQUEST_METHOD |GET| User IP: 123.123.123.123



RE: [SOLVED] How to fix 500 errors - weblivehelp - 01-16-2009 09:44 PM

On debian, I updated some packages (my server is on OVH, Paris), and after fixing some issues it started letting me know on apache (about incorrect multiple values) and applying the fix on http://isp-control.net/forum/showthread.php?tid=2939

I also increased a lot values on fcgi conf, etc. (but it didn't seem to make any difference at all).

Right now it doesn't seem any problems exist.

If the same problem occurs again, I'll PAY someone to fix it on my server (I'm using a little modified RC4, so an upgrade could be nice. The changes could be redone by me, no problem).

If someone is available to solve this issue for me (preferably someone from ispCP team Smile), please let me know here, or send me a PM with your price. I'm wanting to upgrade to RC7 anyway.


RE: [SOLVED] How to fix 500 errors - weblivehelp - 01-16-2009 11:17 PM

Compiling didn't work for me, I'm missing special.mk file (yes I changed the path on Makefile, but I simply don't have that file anywhere).

Currently I'm getting 500 errors and nothing on logs....

HELP PLEASE
If i comment/remove ulimit from /etc/init.d/apache2 now, I get 403 forbidden errors (with error parsing ErrorHandle or something like that, you know what I mean).

I'm willing to pay how much you want if you can solve this, please I'm very desperate right now, nothing I do seems to work...


RE: [SOLVED] How to fix 500 errors - weblivehelp - 01-30-2009 08:53 AM

Funny... no one was willing to make some good bucks.

Obviously in the same day I fixed the problem by switching to fcgi instead of fastcgi, and after a few configuration settings, now it works, just with a lot more memory consumption. Luckily the server is good.


RE: [SOLVED] How to fix 500 errors - leha - 04-01-2009 09:18 PM

I solved this problem by increasing the memory limit to 256Mb