MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: kuldeep verma on 2014-05-09, 16:08:09

Title: 500 internal error after yum update
Post by: kuldeep verma on 2014-05-09, 16:08:09
Hello,

I am running nginx-proxy + php5.4 + php-fpm-event

today i ran yum update after which i started getting 500 internal error for all php files/webpages.

i tried running /script/fixphp and even sh /script/cleanup but still getting same error.

this error is only for php files/webpages.

Please help
Title: Re: 500 internal error after yum update
Post by: MRatWork on 2014-05-09, 16:16:05
Try rename /etc/php-fpm.d/www.conf to www.nonconf and then restart php-fpm.
Title: Re: 500 internal error after yum update
Post by: kuldeep verma on 2014-05-09, 16:21:14
i cannot find a directory with name php-fpm in /etc :-/
Title: Re: 500 internal error after yum update
Post by: MRatWork on 2014-05-09, 17:14:58
I mean '/etc/php-fpm.d/www.conf'
Title: Re: 500 internal error after yum update
Post by: kuldeep verma on 2014-05-09, 20:40:57
in /etc/php-fpm.d there are only 2 files
1) admin.conf
2) default.conf
Title: Re: 500 internal error after yum update
Post by: djscooby on 2014-05-09, 22:39:54
+1 Here.. Same problem..

Only thing works is apache with fcgi mode (php 5.3u +5.4)

Nginx gives error with any php version..

-

www.nonconf file isn't anywhere and even if i manually copy from another server (same setup + domains) it still php-fpm won't work


A. Kloxo-MR: 6.5.0.f-2014042802

B. OS: CentOS release 6.5 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el6.x86_64
   2. PHP: php54-5.4.28-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.27-1.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el6.x86_64
   7. Dns: bind-9.9.5-1.el6.x86_64

D. Php-type (for Httpd/proxy): fcgid_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          2048       2001         46          0          0        948
   -/+ buffers/cache:       1053        994
   Swap:         2048        190       1857


Title: Re: 500 internal error after yum update
Post by: MRatWork on 2014-05-10, 03:24:20
Read http://forum.mratwork.com/kloxo-mr-releases-and-announcements/(bug)-php53u-5-3-28-issue/
Title: Re: 500 internal error after yum update
Post by: Spacedust on 2014-05-10, 10:15:05
php-fpm in php 5.4.28 is broken too !
Title: Re: 500 internal error after yum update
Post by: Hajie on 2014-05-10, 13:23:37
Same problem used php-fpm in php 5.4.28
Title: Re: 500 internal error after yum update
Post by: ebokalsel on 2014-05-10, 14:17:22
hmm, it's happen with fresh kloxo install? yesterday i have same issue. So i copy paste my old custom domain tpl (nginx), custom php-fpm (nginx only) tpl, and custom php53 pfm tpl. And it did work for me. So i wondering myself that maybe something happen with this 3 new file from the new kloxo version.

p/s: before using the old template, i've used many setup, from nginx, apache, nginx proxy, php54, php53u, combination off all with no result -_-
Title: Re: 500 internal error after yum update
Post by: MRatWork on 2014-05-10, 16:04:27
Read http://forum.mratwork.com/kloxo-mr-releases-and-announcements/(update)-please-update-to-6-5-0-f6-5-1-b-to-201405102201405104/
Title: Re: 500 internal error after yum update
Post by: kuldeep verma on 2014-05-11, 11:08:28
problem solved after update :) thanks dude.