Re: php-fpm processes max out even though CPU is not that high
Just be cautious about playing with listen.backlog.The backlog defines the queue size for incoming requests on the kernel sidebefore it sends them to php-fpm (or any other network daemon). So,...
View ArticleRe: A patch to force the gunzip filter module work
Thanks, Maxim. I know what you means. But there may be some problems withthe order of filter modules. If a filter module's header filter functionsets the filter_need_in_memory flag, it should be run...
View ArticleRe: A patch to force the gunzip filter module work
Hello!On Thu, Jan 24, 2013 at 06:47:03PM +0800, 姚伟斌 wrote:> Thanks, Maxim. I know what you means. But there may be some problems with> the order of filter modules. If a filter module's header...
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
I have got an idea of preventing users to download videos from our site, sothey just can stream videos and that way will save our bandwidth. We haveused one of nginx module "limit_conn 1" so nobody...
View ArticleIs there any other way to trigger log reopen beside kill -USR1?
Hi all,In the common case, people rotate access log like this:mv access.log access.XXX.logkill -USR1 <nginx pid>In my case, I have to do something like this:if [ -f "access.log" ]; thenmv...
View ArticleRe: Server won't start AND Nginx as reverse proxy
Hi guys,Concerning the first issue I had, I managed to get Nginx to now startup when I reboot the system, but the only way I could get it to work was by adding a sleep of a couple of seconds to the...
View ArticleRe: Server won't start AND Nginx as reverse proxy
On 24 Jan 2013 13h31 CET, nginx-forum@nginx.us wrote:> Hi guys,>> Concerning the first issue I had, I managed to get Nginx to now> startup when I reboot the system, but the only way I could...
View ArticleRe: Is there any other way to trigger log reopen beside kill -USR1?
2013/1/24 Liu Haifeng <haifeng.813@gmail.com>:> My goal is make the "current" log file renamed with the date pattern immediately, not after one day or other period.My first thought would be...
View Articlenginx.conf size limit
Is there a size limit for nginx.conf?_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleRe: nginx.conf size limit
On Jan 24, 2013, at 17:44 , Bob S. wrote:> Is there a size limit for nginx.conf?There is no predefined size limit.--Igor...
View ArticleRe: Is there any other way to trigger log reopen beside kill -USR1?
Sorry I note that I didn't describe it clearly. I am not looking for another way of log rotating, but afraid of any other 'trigger' make nginx reopen log file unexpectedly, which can break my logic. If...
View ArticleRe: Is there any other way to trigger log reopen beside kill -USR1?
On Jan 24, 2013, at 7:42 AM, Liu Haifeng wrote:> Sorry I note that I didn't describe it clearly. I am not looking for another way of log rotating, but afraid of any other 'trigger' make nginx reopen...
View ArticleRe: Is there any other way to trigger log reopen beside kill -USR1?
Maybe I did not read carefully enough, but instead of relying on the$(date "+%Y%m%d") in the exact moment of renaming the file, you coulduse the last modification time of the file via. e.g.$ stat -c %y...
View Article[nginx] svn commit: r5014 - in trunk/auto/lib: geoip libgd
Author: ruDate: 2013-01-24 16:14:12 +0000 (Thu, 24 Jan 2013)New Revision: 5014URL: http://trac.nginx.org/nginx/changeset/5014/nginxLog:Configure: fixed style of include...
View Article[nginx] svn commit: r5015 - trunk/auto/lib/geoip
Author: ruDate: 2013-01-24 16:15:07 +0000 (Thu, 24 Jan 2013)New Revision: 5015URL: http://trac.nginx.org/nginx/changeset/5015/nginxLog:Configure: fixed GeoIP library...
View Article[nginx] svn commit: r5016 - in trunk: auto/lib/geoip src/http/modules
Author: ruDate: 2013-01-24 16:15:51 +0000 (Thu, 24 Jan 2013)New Revision: 5016URL: http://trac.nginx.org/nginx/changeset/5016/nginxLog:GeoIP: IPv6 support.When using IPv6 databases, IPv4 addresses are...
View ArticleRe: Server won't start AND Nginx as reverse proxy
> 2- Nginx does not reverse proxy new incoming requests to one of the other> Swazoo web servers and the site appears to be 'hanging'. Any help on this?The default proxy module timeouts are pretty...
View ArticleNeed to match http://hostname//etc/passwd
Hi, I have a security issue in my software that makes the entire filesystem accessible to public like this: http://hostname//etc/passwdI have already fixed but while i upgrade i need nginx to block...
View Articleimage_filter и пустые переменные.
Здравствуйте.Если сейчас в качестве ширины будет пустая переменная, тоimage_filter resize ширина "-";не выдаёт изображений вообще. Хотя вроде бы пустая переменная должнаотключать директву, в которой...
View Article