[nginx] svn commit: r5105 - in trunk/src: core http
Author: vbartDate: 2013-03-07 18:07:16 +0000 (Thu, 07 Mar 2013)New Revision: 5105URL: http://trac.nginx.org/nginx/changeset/5105/nginxLog:Removed c->single_connection flag.The...
View Article[nginx] svn commit: r5106 - trunk/src/http
Author: vbartDate: 2013-03-07 18:14:27 +0000 (Thu, 07 Mar 2013)New Revision: 5106URL: http://trac.nginx.org/nginx/changeset/5106/nginxLog:Refactored ngx_http_init_request().Now it can be used as the...
View Article[nginx] svn commit: r5107 - trunk/src/http/modules
Author: vbartDate: 2013-03-07 18:21:28 +0000 (Thu, 07 Mar 2013)New Revision: 5107URL: http://trac.nginx.org/nginx/changeset/5107/nginxLog:SSL: Next Protocol Negotiation extension support.Not only this...
View ArticleKindly help me convert this htaccess to nginx directives?
ErrorDocument 404 /ErrorDocument 500 /Options +FollowSymlinksRewriteEngine onRewriteBase /<IfModule mod_security.c>SecFilterEngine OffSecFilterScanPOST Off</IfModule>RewriteCond...
View Articlenginx for images (apache for pages)
I'm serving images and dynamic .html pages via apache on port 80. I'dlike to have nginx to serve the images. How can this be done sinceboth apache and nginx need to serve requests on port 80?-...
View ArticleRe: nginx for images (apache for pages)
On Thu, 2013-03-07 at 12:49 -0800, Grant wrote:> I'm serving images and dynamic .html pages via apache on port 80. I'd> like to have nginx to serve the images. How can this be done since> both...
View ArticleRe: nginx for images (apache for pages)
>> I'm serving images and dynamic .html pages via apache on port 80. I'd>> like to have nginx to serve the images. How can this be done since>> both apache and nginx need to serve...
View Articleimap: invalid header in response while in http auth state
I'm using imapproxy and trying to switch to nginx. courier islistening on port 143.mail {auth_http localhost:143;proxy on;server {listen 144;protocol imap;}}I get:auth http server 127.0.0.1:143 sent...
View Articleupload_progress: tracking already registered even if its not-registered and...
hello,my problem is than when i upload file on nginx.. and getting upload_progress using its module i'm getting error in nginx_error.logerror is "upload_progress: tracking already registered"i verified...
View ArticleRe: Kindly help me convert this htaccess to nginx directives?
Why don't you show us what you've tried; what hasn't worked; and whereyou got stuck?That way, *you* get to learn about nginx, and *we* don't waste ourtime a) repeating things you've already managed to...
View Article[PATCH] Return http status code from XSLT
Hi,this patch provides simple possibility to return http error codefrom within XSLT transformation result.This is simple way to quickly and correctly return i.e. 404 errorcodes instead of producing...
View ArticleRe: Problem configuring Nginx to host SpreeCommerce - 502 error
OK, so I've gone through the documentation on the Nginx wiki, and Istill only have a minimal grasp on how to configure the it to serveSpree via Unicorn. Things are now back where they started (with a...
View ArticleRe[2]: каскад проксирующих серверов
Здравствуйте, Anatoly.> вопрос в том, как правильно ее отдавать -> через 2 nginx-а или деплоить статику на балансировщик?Статику можно кэшировать на Nginx-A. Если её не много, то вся влезет...
View ArticleSelectively implement something like proxy_ignore_headers Set-Cookie?
I'm wondering if anyone has any thoughts about how I might address thefollowing?I am using nginx as a caching reverse proxy in front of a complexApache/Weblogic Java application.I have a half-dozen...
View ArticleRe: Fwd: Регексповый server_name
> Один регэксп у вас повлечет кучу логики с переменными из него.Или нет. Если группа(ы) из регекспа используются только для установкиroot - конфиг только читабельнее станет от их применения.Другое...
View ArticleRe: couldn't build Nginx with spdy support on Windows XP
On Friday 08 March 2013 14:16:36 三浦大佑 wrote:> Hi,> I have a problem about spdy support.>> I tried building Nginx with SPDY according to the page.>...
View ArticleRe: couldn't build Nginx with spdy support on Windows XP
On Friday 08 March 2013 14:16:36 三浦大佑 wrote:> Hi,> I have a problem about spdy support.>> I tried building Nginx with SPDY according to the page.>...
View ArticleRe: couldn't build Nginx with spdy support on Windows XP
On Friday 08 March 2013 14:16:36 三浦大佑 wrote:> Hi,> I have a problem about spdy support.>> I tried building Nginx with SPDY according to the page.>...
View ArticleRe: каскад проксирующих серверов
On Mar 8, 2013, at 4:05 PM, Михаил Монашёв <postmaster@softsearch.ru> wrote:> Здравствуйте, Anatoly.>>> вопрос в том, как правильно ее отдавать ->> через 2 nginx-а или деплоить...
View ArticleRe: proxy_read_timeout for an apache location?
>> Can I set proxy_read_timeout for only a particular location which is>> passed to apache?>>>> http://wiki.nginx.org/HttpProxyModule#proxy_read_timeoutThis config causes nginx...
View Article