Únete a mí en el Grupo de Meetup AWS User Group Peru

2015-08-15 Thread Raul Hugo Noriega
Raul Hugo Noriega te invitó a unirte a Meetup "Hola Ya somos una comunidad Oficial, Pronto realizaremos el Primer MeetUp Unete!" -- AWS User Group Peru AWS Perú es una comunidad, integrada por Ingenieros, Técnicos y Geeks con experiencia en Admi

Re: Delete or restart cookies - issue with chrome

2014-10-22 Thread Raul Hugo
Hi mex I don't know what cookie is, the site is http://urbania.pe What you think that can i do? 2014-10-22 19:49 GMT-05:00 mex : > Hi Raúl, > > > do you have the cookie-name or is it random? > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,254207,254208#msg-254208 > > ___

Delete or restart cookies - issue with chrome

2014-10-22 Thread Raul Hugo
Hi guys. We have an issue with chrome. Some day, some one make a redirect loop with own production nginx server. We fixed that but some users store the redirect loop on the cookies, and report that can't show the website. We are looking for a directive to delete the remote cookies or make somet

Re: High traffic on Nginx-Webservers !!

2014-04-22 Thread Raul Hugo
Shahzaib, you have a different server for the static content like the videos? I'm talking about AWS cloudfront or something like that.. 2014-04-22 7:05 GMT-05:00 mex : > PONG > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,249437,249450#msg-249450 > > ___

Re: Using variables on nginx.

2014-04-11 Thread Raul Hugo
Ok thx, I test it and really doesnt work. :) 2014-04-11 14:16 GMT-05:00 Valentin V. Bartenev : > On Friday 11 April 2014 13:58:44 Raul Hugo wrote: > > I can Use variables to define IP:Port on upstreams directive? > > > > For example: > > > > upstream cluster-se

Using variables on nginx.

2014-04-11 Thread Raul Hugo
I can Use variables to define IP:Port on upstreams directive? For example: upstream cluster-servers { $server01; $server02; } -- Un abrazo! *Raúl Hugo * *Miembro Asociadohttp://apesol.org.pe SysAdmin Cel. #961-710-

Re: OpenSSL leaks server-Keys / The Heartbleed Bug

2014-04-08 Thread Raul Hugo
I see this on Linux-Plug list: "If your operating system uses OpenSSL 1.0.1 its servers are vulnerable. CentOS and pulled his patch here: http://lists.centos.org/pipermail/centos-announce/2014-April/020249.html If you have servers with Ubuntu 12.04 LTS you should take a look at this discussion:

Re: limit_conn_zone Nginx Unknow error

2014-04-07 Thread Raul Hugo
Thx! I resolve my miss configuration. Only changing of position my include to the final of file. 2014-04-07 12:13 GMT-05:00 Maxim Dounin : > Hello! > > On Mon, Apr 07, 2014 at 11:17:40AM -0500, Raul Hugo wrote: > > > Hey Maxim, thx for your answer. > > > > On

Re: limit_conn_zone Nginx Unknow error

2014-04-07 Thread Raul Hugo
read the include first, if this line it before the limit_conn_zone directive? 2014-04-07 11:02 GMT-05:00 Maxim Dounin : > Hello! > > On Mon, Apr 07, 2014 at 09:51:31AM -0500, Raul Hugo wrote: > > > What am I doing wrong here? > > > > http { &g

limit_conn_zone Nginx Unknow error

2014-04-07 Thread Raul Hugo
What am I doing wrong here? http { limit_conn_zone $binary_remote_addr zone=one:63m; server { location /downloads/ { limit_conn one 10;} [root@batman1 ~]# service nginx configtest nginx: [emerg] the size 66060288 of shared memory zo