[nginx] svn commit: r4974 - trunk/src/http
Author: mdouninDate: 2012-12-18 18:39:39 +0000 (Tue, 18 Dec 2012)New Revision: 4974URL: http://trac.nginx.org/nginx/changeset/4974/nginxLog:Avoid sending "100 Continue" on 413 Request Entity Too...
View ArticleRe: websockets
On 17/12/2012 08:29, Maxim Konovalov wrote:> Hi Nick,>> On 12/16/12 11:58 AM, Nick Zavaritsky wrote:>> Hi!>>>> According to the roadmap at...
View ArticleRe: websockets
+1 for websocket waiting list..On Tue, Dec 18, 2012 at 8:46 PM, Ian Hobson <ian.hobson@ntlworld.com> wrote:> On 17/12/2012 08:29, Maxim Konovalov wrote:>>> Hi Nick,>>>> On...
View Articleaccess_log to track failed logins
I have a login page that redirects (actually appends the parameter"?error=true" to the URL and lets the user try again).I was trying to re-define "access_log" with a full path and (for now)"combined"...
View Articleвопрос про "limit_req_zone $binary_remote_addr "
Всем здравствуйте.Вопрос следующий. Если в контексте http присутствует только ниже указанная запись, будет ли срабатывать limit_req ?"limit_req_zone $binary_remote_addr zone=lreq:10m...
View ArticleRe: reload vs restart nginx
18.12.2012 20:37, Igor Sysoev пишет:> On Dec 18, 2012, at 16:28 , Maxim Dounin wrote:>>> Hello!>>>> On Tue, Dec 18, 2012 at 04:06:08PM +0400, Igor Sysoev...
View ArticleRe: Closing connection при медленном скачивании
Hello!On Tue, Dec 11, 2012 at 05:00:49PM +0600, klimov.d.e@gmail.com wrote:> Приветствую!>> Столкнулись с такой проблемой.>> Есть необходимость отдавать большой файл. Клиент получает по...
View ArticleRe: вопрос про "limit_req_zone $binary_remote_addr "
Hello!On Tue, Dec 18, 2012 at 02:52:10PM -0500, trace wrote:> Всем здравствуйте.> Вопрос следующий. Если в контексте http присутствует только ниже указанная> запись, будет ли срабатывать...
View ArticleRe: access_log to track failed logins
On Tue, Dec 18, 2012 at 02:33:06PM -0500, AJ Weber wrote:Hi there,> I have a login page that redirects (actually appends the parameter> "?error=true" to the URL and lets the user try...
View ArticleRe: access_log to track failed logins
>> I have a login page that redirects (actually appends the parameter>> "?error=true" to the URL and lets the user try again).>>>> I was trying to re-define "access_log" with a...
View ArticleHandling nginx's too many open files even I have the correct ulimit
Hi,On ubuntu, I triedsu - www-dataulimit -Hn>> 200000ulimit -Sn>> 100000The value seems be fine as I have worker_connections = 4000, andworker_processes = 4, so total is 16000, and still...
View ArticleRe: Handling nginx's too many open files even I have the correct ulimit
On Dec 19, 2012, at 11:52 , howard chen wrote:>> Hi,>> On ubuntu, I tried>> su - www-data> ulimit -Hn> >> 200000> ulimit -Sn> >> 100000>> The value seems...
View ArticleRe: strange nginx hang after ~18600 requests
if i want to send you a some source files, to which email to send ?
View ArticleRe: access_log to track failed logins
> I have a login page that redirects (actually appends the parameter> "?error=true" to the URL and lets the user try again).>> I was trying to re-define "access_log" with a full path and...
View ArticleRe: access_log to track failed logins
On Tue, Dec 18, 2012 at 09:05:30PM -0500, AJ Weber wrote:Hi there,> >So whatever location matches /my/login/page will also match> >/my/login/page?error=true.> >> >Does that...
View ArticleRe: strange nginx hang after ~18600 requests
could you tell me where i can find (in the nginx code ) the table size of the open sockets/connections ? maybe its related
View ArticleRe: rewrite
1. куда перенаправление делать?2. проблема в регекспе?3. реальный url пример и конечный результат нуженв целом так (регекспы условные) :map $uri...
View Article[nginx] svn commit: r4975 - trunk/src/http/modules
Author: ruDate: 2012-12-19 10:30:45 +0000 (Wed, 19 Dec 2012)New Revision: 4975URL: http://trac.nginx.org/nginx/changeset/4975/nginxLog:Slightly optimized code that handles special headers in...
View Article[nginx] svn commit: r4976 - trunk/src/http/modules
Author: ruDate: 2012-12-19 10:33:56 +0000 (Wed, 19 Dec 2012)New Revision: 4976URL: http://trac.nginx.org/nginx/changeset/4976/nginxLog:Let "add_header" affect 201 responses (ticket...
View ArticleRe: strange nginx hang after ~18600 requests
Hello!On Wed, Dec 19, 2012 at 04:00:27AM -0500, gadh wrote:> if i want to send you a some source files, to which email to send ?If you want private communication, please consider commercialsupport...
View Article