Nginx error

Max maxbear at gmail.com
Thu Mar 12 10:50:17 MSK 2009


I might find out the problem.

I got some idn doamins. They are running wordpress with wp super cache, when
I request the inner page (the url path is not English, so is the cache
file). Nginx seems can't get the inner page(no problem for front page). Then
nginx become really slow and then stop working. After I deactive the wp
super cache for the idn domains, then no more problem so far.

I think the problem is related to wp super cache or their rewrite rule. It
seems nginx can't find the url and continous request or looking for the idn
cache file, so make the server really slow. I can't remember which 50x page,
since I can't reproduce the problem now.

Thanks for all input, anyway.

Max

On Wed, Mar 11, 2009 at 12:07 AM, Cliff Wells <cliff at develix.com> wrote:

> On Tue, 2009-03-10 at 22:18 +0800, Max wrote:
> > Thanks.
> >
> > I just changed worker processes to 2 and worker connections to 1024.
> >
> > But there problem is still there. It redirects me to 50x page from
> > time to time.
>
> Which particular 50x code?  The code can often help you figure out the
> problem.
>
> > The only way to make it work again is, kill all nginx process, restart
> > it, and then I must type:
> >
> > /usr/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -u nginx  -g nginx
> > -f /usr/bin/php-cgi -P /var/run/fastcgi-php.pid
> >
> > in order to make it works again. It seems the problem is related to
> > fastcgi.
>
> Quite likely.   There's a few settings you can adjust for dealing with
> FCGI apps.  Is the PHP app a well-known one?
>
> Cliff
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090312/f8757ab4/attachment.html>


More information about the nginx mailing list