ispCP - Board - Support
Error 500 - ispCP 1.0.2 in Ubuntu Karmic - 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: Error 500 - ispCP 1.0.2 in Ubuntu Karmic (/thread-7795.html)

Pages: 1 2


RE: Error 500 - ispCP 1.0.2 in Ubuntu Karmic - kilburn - 09-09-2009 03:00 AM

I think that your pages sometimes throw an obscure error. Try to enable php logging (modify /var/www/fcgi/domain.tld/php5/php.ini) for this domain, and see if there are any errors outputted there...


RE: Error 500 - ispCP 1.0.2 in Ubuntu Karmic - GuS - 09-09-2009 03:22 AM

(09-09-2009 03:00 AM)kilburn Wrote:  I think that your pages sometimes throw an obscure error. Try to enable php logging (modify /var/www/fcgi/domain.tld/php5/php.ini) for this domain, and see if there are any errors outputted there...

This is with ispCP panel, not with my pages... I didn't installed any site yet...
It happens in any place, panel, pma, webmail, etc.


RE: Error 500 - ispCP 1.0.2 in Ubuntu Karmic - GuS - 09-10-2009 12:32 AM

btw, it fails every 2 times that executes php scrips and i know is cause PHP_FCGI_CHILDREN=2. And does not matter if i use a higher number. Example, if i put there 8, will works every 8 times and fails every 8 times after.

I was searching this a lot and there is no way i can find the solution. Anyone used ispcp in karmic?

Thanks.


RE: Error 500 - ispCP 1.0.2 in Ubuntu Karmic - kilburn - 09-10-2009 12:46 AM

... and what happens if you put a "1" there (or comment out the setting) and use fcgid?


RE: Error 500 - ispCP 1.0.2 in Ubuntu Karmic - GuS - 09-10-2009 12:59 AM

(09-10-2009 12:46 AM)kilburn Wrote:  ... and what happens if you put a "1" there (or comment out the setting) and use fcgid?

Using 1 or comented works once and fail once and so on...

Also, i found this in dmesg:

php5-cgi[15759]: segfault at 2b76c7c ip 0000000000672479 sp 00007fff7a0766a0 error 4 in php5-cgi[400000+500000]

Maybe is a bug in php5-cgi?

EDIT: i dont know if related info, but i use amd64 edition of ubuntu karmic.


RE: Error 500 - ispCP 1.0.2 in Ubuntu Karmic - kilburn - 09-10-2009 01:25 AM

Quote:php5-cgi[15759]: segfault at 2b76c7c ip 0000000000672479 sp 00007fff7a0766a0 error 4 in php5-cgi[400000+500000]

Maybe is a bug in php5-cgi?

It surely is. Php should not segfault, ever. Maybe this is related, try to apply the suggested work-around and see if it solves the problem.

By the way, that's why we don't officially support non-debian distros ;P


RE: Error 500 - ispCP 1.0.2 in Ubuntu Karmic - GuS - 09-10-2009 01:37 AM

Quote:It surely is. Php should not segfault, ever. Maybe this is related, try to apply the suggested work-around and see if it solves the problem.

By the way, that's why we don't officially support non-debian distros ;P

Uffff! with that workaround now it works. Thanks!!!
I also replied that bug cause i edited /etc/php5/conf.d/suhosin.ini instead of the one they suggested (that path does not exist, cause that bug is using the module php5 for apache).

Thanks for the help, i will follow that bug Smile

Cheers.


RE: Error 500 - ispCP 1.0.2 in Ubuntu Karmic - GuS - 09-18-2009 12:55 PM

Hi!

Just wanted to say that ths bug (related to php5-suhosin in *buntu karmic) was fixed in latest updates Smile

Cheers.