ispCP - Board - Support
Internal Server Error after installinf ispCP - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Internal Server Error after installinf ispCP (/thread-2232.html)

Pages: 1 2


Internal Server Error after installinf ispCP - abuzaind - 01-25-2008 05:30 AM

I've just installed ispCP from nightly builds on my Debian sarge system. But after 'successful' installation I got the Internal Server Error:

http://admin.posting.ru/

Who can help me to solve this problem? I installed ispCP following the steps in documentation (http://www.isp-control.net/documentation/start/installation/debian).

Thanks!


RE: Internal Server Error after installinf ispCP - joximu - 01-25-2008 05:34 AM

You should have a look in the logfiles (error.log from apache, suexec.log).
And tell us more about your system

/J


RE: Internal Server Error after installinf ispCP - abuzaind - 01-25-2008 05:47 AM

from error.log:

Quote:[Thu Jan 24 19:38:27 2008] [warn] FastCGI: (dynamic) server "/var/www/fcgi/master/php4-fcgi-starter" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds

from suexec.log:

Quote:[2008-01-24 19:42:36]: uid: (root/root) gid: (0/0) cmd: php4-fcgi-starter
[2008-01-24 19:42:36]: cannot run as forbidden uid (0/php4-fcgi-starter)

Actually, I want install php5 as module, but not fast-cgi[/quote]


RE: Internal Server Error after installinf ispCP - joximu - 01-25-2008 06:00 AM

ok, ther's a permission problem (suexec). But you want mod_php

So, rather disable the fastcgi modules (fastcgi_ispcp) and enable the mod_php5 module (maybe install it first).

/J


RE: Internal Server Error after installinf ispCP - abuzaind - 01-25-2008 07:47 PM

Thanx for help with php. But I have another problem Sad I can't start proftpd. I compared my conf with the conf on VHCS2 system. They are equal.


RE: Internal Server Error after installinf ispCP - joximu - 01-26-2008 12:50 AM

Fine. And did you compare the conf with the one of ispCP?

And there are logfiles from proftpd, or you can start it with a parameter to be verbose (search in the forum...)

/J


RE: Internal Server Error after installinf ispCP - abuzaind - 02-02-2008 01:08 AM

Quote:vps:/etc/apache2/mods-enabled# apt-get install mod_php
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package mod_php

Do I make a mistake?

Here (http://www.isp-control.net/forum/possible-use-mod-php-instead-fast-cgi-t-2242.html) I can see that people can install this mod.


RE: Internal Server Error after installinf ispCP - joximu - 02-02-2008 07:39 AM

if you want less security you can switch to mod_php but then also should disable php_fastcgi and apache_mpm_worker (and install apache_mpm_prefork - because mod_php cannot work with worker).

and then try libapache-mod-php5 - for example...

/J


RE: Internal Server Error after installinf ispCP - abuzaind - 02-02-2008 07:52 AM

But I have to Sad My apache doesn't start with fastcgi enabled.


RE: Internal Server Error after installinf ispCP - joximu - 02-02-2008 08:02 AM

Then you have a bad apache :-)

well, I don't know the reason but since this combination runs on many many servers, the conclusion is: change your system...

Or live with mod-php...

Well, mod-php is the php which is/was known for years. It is not *that* bad. But you have to think about the permissions in a different way than eith fastcgi...

/J