Re: newbie needs help
On Thursday 30 May 2013 16:25:18 angelochen960 wrote:> Thanks for the reply, it works, and also I read again those references. a> related issue, say:>> if somebody enter this url in the...
View Article[nginx] Access: support for UNIX-domain client addresses (ticket...
details: http://hg.nginx.org/nginx/rev/00dbfac67e48branches:changeset: 5233:00dbfac67e48user: Ruslan Ermilov <ru@nginx.com>date: Thu May 30 18:23:05 2013 +0400description:Access: support for...
View ArticleRe: 1.4.1 SPDY error FIXME: chain too big in spdy filter
On Thursday 30 May 2013 05:32:51 ctrlbrk wrote:> What is the maximum amount of the buffer?Currently the total amount of operational buffers cannot exceed 2^24 - 1bytes (in other words must be less...
View Article[LB]Bad root document set via proxy_pass
Hello everybody,I am using several instances of Nginx (1.4.1). One as a LoadBalancer and the others to host rails applications (using module passenger).Depending of the url, I forward to the proper...
View ArticleLdap authentication passing to tomcat
I am using nginx 1.4.1 as reverse proxy for tomcat 7.0.33. Using LDAP for user authentication.Everything works fine except one critical thing: the authenticated user ID does not get to tomcat. I see it...
View Article[PATCH] SPDY: Allow returning the full status line
# HG changeset patch# User Jim Radford <radford@galvanix.com># Date 1369948357 25200# Node ID 5b75a45ba4deae4b0047357d9bdad7472a83ea3d# Parent 00dbfac67e48a8fe20802287b6fca50950178b8bSPDY: Allow...
View ArticleЗакрыть доступ к директории на всем сервере
Здравствуйте!Не могу разобраться как настроить nginx для закрытия директории на время.Идет подбор паролей к десяткам сайтов на Joomla - /administrator/index.phpКак правильно закрыть или ограничить...
View ArticleRe: Закрыть доступ к директории на всем сервере
Здравствуйте, SergeyR.Вы писали 31 мая 2013 г., 10:19:24:> Здравствуйте!> Не могу разобраться как настроить nginx для закрытия директории на время.> Идет подбор паролей к десяткам сайтов на...
View Articlesecure websocket (wss) proxy support in nginx
Say if I want to proxy both websocket (ws) and secure websockettraffic, would latest version of Nginx support that? What would bethe conf?Thanks,-...
View ArticleRe: using a proxied server as default_server
On Thu, May 30, 2013 at 10:16:28PM -0400, angelochen960 wrote:Hi there,> I have a tomcat app running behind nginx, it works, now I make it the> default_server, this works if it access with server...
View Article[nginx] OCSP stapling: fixed incorrect debug level.
details: http://hg.nginx.org/nginx/rev/a855ae7e6377branches:changeset: 5234:a855ae7e6377user: Ruslan Ermilov <ru@nginx.com>date: Fri May 31 13:30:37 2013 +0400description:OCSP stapling: fixed...
View ArticleRe: [MODULE] limit traffic rate for nginx
Hi guys,Some days ago, one of this module users complaint about the unfair speed for multi-connections. So I have some time to realize a new method to limit download rate.In the new code, if last...
View Articleproxy_redirect не происходит изменение Location
Доброго дня.пожалуйста помогите с задачейПри обращении к прокси адрес имеет следующий вид http://proxy/хост и порт куда отправится запрос/запросИспользую следующий конфигlocation ~ ^/(.*)/(.*)$ {set...
View ArticleSPDY over HTTP
Добрый день.Тут спор возник с коллегой. SPDY работает только поверх SSL или через HTTPтоже возможно?Сейчас понятное дело, что только по SSL. А вообще как оно должно быть постандарту? Вроде как там нет...
View ArticleRe: using a proxied server as default_server
Hi,Sorry for not making it more specific, the issue is, the app in the tomcat is a virtual host as well, so it checks 'host' field for 'sample.com', a default_server with specific IP when accessed by a...
View ArticleRe: SPDY over HTTP
On Friday 31 May 2013 15:09:05 Дмитрий Лялюев wrote:> Добрый день.>> Тут спор возник с коллегой. SPDY работает только поверх SSL или через HTTP> тоже возможно?>> Сейчас понятное дело,...
View Article[nginx] Win32: accept_mutex now always disabled (ticket #362).
details: http://hg.nginx.org/nginx/rev/c9fe549b127bbranches:changeset: 5235:c9fe549b127buser: Maxim Dounin <mdounin@mdounin.ru>date: Fri May 31 14:59:26 2013 +0400description:Win32: accept_mutex...
View ArticleRe: proxy redirect не происходит изменение Location
On Friday 31 May 2013 13:43:27 schaos wrote:> Доброго дня.> пожалуйста помогите с задачей>> При обращении к прокси адрес имеет следующий вид http://proxy/хост и порт> куда отправится...
View ArticleRun secondcrack in a nginx server
I am trying to run secondcrack https://github.com/marcoarment/secondcrack that is a php solution to A static-file Markdown blogging engine in a nginx server (the original was only tested in Apache). So...
View Article