execute bellow commands to check that it is runnung properly or not:
ps axu | grep php
or
netstat -napt | grep LIST | grep :9000
On Fri, Jul 12, 2013 at 9:21 PM, dumorim wrote:
> /etc/php5/fpm/pool.d www.conf
>
> ; Start a new pool named 'www'.
>
Check your php-fpm
It doesn't seem to be responsible
On Fri, Jul 12, 2013 at 9:13 PM, dumorim wrote:
> 2013/07/12 18:34:55 [error] 26317#0: *1457 connect() failed (110:
> Connection
> timed out) while connecting to upstream, client: 258.32.219.11,
Me too, I am looking forward for this extension for 1.4.x
current branch which is not working for recent versions:
https://github.com/zealot83/ngx_http_extended_status_module
it would be greatly appreciated if one of geeks to do it
Regards
On Th
If you handle your js, css and images by php scripts you can use header
function to send out Expires and Cache-Control directives
example:
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Thanks you for clarification on this issue
The last modification that worked properly was reducing workers
I tried both 64, 24 and 12 workers and less workers was better in
performances during the peak time
I can't recognize why but it works like a charm
PS: Dual E5-2620 has been used which lead
On Thu, Jun 13, 2013 at 2:44 AM, Simon Hönscheid <
mailinglis...@simonhoenscheid.de> wrote:
>
> # skip existing files
> RewriteCond %{REQUEST_FILENAME} -f [OR]
> RewriteCond %{REQUEST_FILENAME} -d
> RewriteRule .* - [L]
>
if (-e $request_filename){
break;
}
try this at the first of your locatio
spect
On Mon, Jun 10, 2013 at 3:25 PM, Maxim Dounin wrote:
> Hello!
>
> On Sun, Jun 09, 2013 at 07:24:49PM +0430, Host DL wrote:
>
> > Hello Maxim,
> >
> > Thanks for your response, and sorry that I am new to mailing list and my
> > 1st message m
and if my english sux
Any suggestion would be greatly appreciarted
Respect,
Moozi
On Sun, Jun 9, 2013 at 4:43 PM, Maxim Dounin wrote:
> Hello!
>
> On Sun, Jun 09, 2013 at 06:17:10AM +0430, Host DL wrote:
>
> > I am facin
Hi,
I am facing the same exact issue as explained by Drew,
is there any working solution to tune nginx for higher throughput?
or how to deal with sleeping D state nginx processes ?
i can post my server specs and nginx conf is needed but I would like to ask
Drew if he found the working properly