Compile nginx with stub_status module http://wiki.nginx.org/NginxHttpStubStatusModule and use it :)by raffael - Nginx Mailing List - English
Is there anyone here who can help me with my doubts?by raffael - Other discussion
OK, I've installed stub status module (great thing). This is what I get most of the time: Active connections: 51 server accepts handled requests 119 119 619 Reading: 0 Writing: 5 Waiting: 46 Isn't there a bit too much waiting connections to the writing ones?by raffael - Other discussion
Of course I meant Nginx 0.8.9 :Pby raffael - Other discussion
I have similar situation and I get almost the same errors in the error_log, although I'm using php-fpm: user www-data www-data; worker_processes 6; error_log logs/error.log error; #pid logs/nginx.pid; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; client_max_body_size 5m; aby raffael - Other discussion
Hi. As I'm using Nginx 0.8.8.9 with PHP-FPM I was wondering if the implemented cache does the same as PHP cache engines do. I have XCache installed and I don't know if I should disable any one of these (nginx cache or xcache) so they won't interfere with each other.by raffael - Other discussion
Hello, I'm Rafal and I'm from Poland. Thank You for Nginx, it's great!by raffael - New Member Introductions