Quantcast
Channel: Nginx Forum
Browsing all 53287 articles
Browse latest View live

Re[4]: nginx и балансировка

Здравствуйте, dereck.> events {> worker_connections 1024;> }> http {> include mime.types;> default_type application/octet-stream;> #log_format main '$remote_addr - $remote_user...

View Article


Re: nginx и балансировка

Он у вас никогда не попадает на апстримы!Или же это не полный конфиг, что наиболее вероятно.http://wiki.nginx.org/HttpProxyModule13.02.2013 15:50, dereck пишет:> events {> worker_connections...

View Article


Re: Re[4]: nginx и балансировка

Спасибо всемПоправил вроде заработал

View Article

[nginx] svn commit: r5070 - trunk/src/http/modules

Author: mdouninDate: 2013-02-13 14:39:46 +0000 (Wed, 13 Feb 2013)New Revision: 5070URL: http://trac.nginx.org/nginx/changeset/5070/nginxLog:Fixed false memset warning on Linux with -O3 (ticket...

View Article

403 based on $request_body

I'm using nginx v1.2.6 along with php5-fpm on Debian. I would like to block POST requests containing a certain word so I have used the following configserver {location ~ \.php$ {fastcgi_pass...

View Article


Timeout serving large requests

I'm struggling to find the source of a timeout. I am running Nginx (1.2.6), Passenger 3.0.18, and Rails 3.2.11. On serving one long running request, I find the results (CSV file) truncated after being...

View Article

Re: Timeout serving large requests

> I'm struggling to find the source of a timeout. I am running Nginx (1.2.6),> Passenger 3.0.18, and Rails 3.2.11. On serving one long running request, I> find the results (CSV file) truncated...

View Article

Re: Timeout serving large requests

That was a bug in rails not the web server.On Wed, Feb 13, 2013 at 11:30 AM, Anatoly Mikhailov <anatoly@sonru.com>wrote:>> I'm struggling to find the source of a timeout. I am running Nginx...

View Article


Re: Timeout serving large requests

>>> I'm struggling to find the source of a timeout. I am running Nginx (1.2.6),>> Passenger 3.0.18, and Rails 3.2.11. On serving one long running request, I>> find the results (CSV...

View Article


Re: Timeout serving large requests

There is no bug in Rails neither in Webserver!It's a bug on passenger module implementation.Anatoly> That was a bug in rails not the web server.>>> On Wed, Feb 13, 2013 at 11:30 AM, Anatoly...

View Article

Re: Timeout serving large requests

The Unicorn test I ran disabled the passenger module and passed on requests via upstream in Nginx - but still returned a partial request. The only test that returns a full request is to bypass Nginx...

View Article

Re: Timeout serving large requests

Anatoly,See my other reply. I can take Passenger entirely out of the mix and still reproduce (using Nginx, Unicorn, configured via upstream). So this is not Passenger in this case (although usually I...

View Article

Re: Timeout serving large requests

Joe,ok, Can I have the full configuration please?AnatolyOn Feb 13, 2013, at 4:50 PM, BrindleFly <nginx-forum@nginx.us> wrote:> Anatoly,>> See my other reply. I can take Passenger...

View Article


How do use port forwarding on nginx

Hi, I am new to nginx so please be patient with me. I have a vm linux server setup on my home network for testing. I was able to run a web server and view the site via my dyn-dns address (me.home.com)...

View Article

Re: Timeout serving large requests

Here is nginx version (note: although it is compiled with passenger, I have not turned on the passenger directive in nginx.conf):nginx version: nginx/1.2.6built by gcc 4.6.3 (Ubuntu/Linaro...

View Article


Re: Timeout serving large requests

Try to build it clean without passenger module, then update config with:http {client_max_body_size 25m;client_body_buffer_size 128k;client_body_temp_path /tmp/client_body_temp;…}AnatolyOn Feb 13, 2013,...

View Article

Re: Timeout serving large requests

I recompiled without passenger (--with-http_ssl_module --with-http_gzip_static_module --with-cc-opt=-Wno-error) and to my surprise, the interrupted request issue has disappeared. This means that having...

View Article


Content-Length ###s being served, but no actual content

I've discovered what I believe to be a bug (yeah I know everyone is already rolling their eyes) :DI believe that my CGI is returning some data (perhaps Content-Type header) and then is occasionally...

View Article

Re: Upgrading Executable on the Fly - wrong docs?

Thanks for the link.If the statement "If new processes (...)" is supposed to mean "If the new master process and the new worker processes started by it" then I would use the latter form as it doesn't...

View Article

Re: Timeout serving large requests

Actually you can still use passenger standalone to have it independentfrom the nginx binary (no need to compile it inside). In that casepassenger should not affect on request interruptions.The reason...

View Article
Browsing all 53287 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>