Posted by brianmercer on February 17, 2012 at 2:02am
In case you don't follow the mailing list, they announced a new English translation of the Russian documentation at:
It may not be completely up to date right now, but it will be the official nginx documentation in English.
Comments
Just found a workaround for a problem - where should this go?
Hi guys, nginx seems neat but i am still getting the hang of it. I suggest a wiki page on this group for FAQ / common problems. IN my case just now, i could not get a couple new modules to kick in at all, but they were being parsed somehow, as adding gibberish to the files caused errors.
fix:
$ sudo /etc/init.d/php-fpm restart
finally got the code to activate (even though clearly something was parsing it). Also the registry repair was unable to get this to work.
I don't know where this should be filed in a more useful way, but seems like it should be on a Site Builder for Nginx 101 type page!
I suspect
that either those new modules depended on some specific PHP extension(s) that you installed after starting php-fpm, or you have a very unusual APC configuration.
AFAICT seems to be something that's php-fpm specific, not Nginx. I could be wrong.